Skip to content

Commit

Permalink
Merge pull request #19 from kartikmohta/master
Browse files Browse the repository at this point in the history
Plugins need to be located with the main executable
  • Loading branch information
facontidavide authored Jan 16, 2017
2 parents 08e04b9 + 360b19e commit 3497191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ include_directories( ./qwt/src ./include ./color_widgets/include )

if(catkin_FOUND)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_BIN_DESTINATION})
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_BIN_DESTINATION})
else()
set(CMAKE_INSTALL_PREFIX "/usr/local")
Expand Down

0 comments on commit 3497191

Please sign in to comment.