Skip to content

Commit

Permalink
[fix] cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
juleswh committed Aug 1, 2019
1 parent d20aba3 commit 07fc9cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ FIND_PACKAGE(move4d REQUIRED)
#LINK_DIRECTORIES(${MOVE3D_LIBRARY_DIRS} )

SET(LIBS ${LIBS} move4d move3d)
find_library(MOVE4D_VISIBILITY_PLANNER move4d-visibility-grid)
if(NOT MOVE4D_VISIBILITY_PLANNER)
message(SEND_ERROR "move4d-visibility-grid library (plugin) not found")
else()
message("link with ${MOVE4D_VISIBILITY_PLANNER}")
endif()

SET(MOVE4D_PLUGINS_LIBRARIES ${MOVE4D_PLUGINS_LIBRARIES} ${MOVE4D_VISIBILITY_PLANNER})
# find_library(MOVE4D_VISIBILITY_PLANNER move4d-visibility-grid)
# if(NOT MOVE4D_VISIBILITY_PLANNER)
# message(SEND_ERROR "move4d-visibility-grid library (plugin) not found")
# else()
# message("link with ${MOVE4D_VISIBILITY_PLANNER}")
# endif()

SET(MOVE4D_PLUGINS_LIBRARIES ${MOVE4D_PLUGINS_LIBRARIES})

include_directories(${INCLUDE_DIRS})

Expand Down

0 comments on commit 07fc9cd

Please sign in to comment.