Skip to content

Commit 3497191

Browse files
Merge pull request #19 from kartikmohta/master
Plugins need to be located with the main executable
2 parents 08e04b9 + 360b19e commit 3497191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ include_directories( ./qwt/src ./include ./color_widgets/include )
4848

4949
if(catkin_FOUND)
5050
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION})
51-
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_LIB_DESTINATION})
51+
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_BIN_DESTINATION})
5252
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CATKIN_DEVEL_PREFIX}/${CATKIN_PACKAGE_BIN_DESTINATION})
5353
else()
5454
set(CMAKE_INSTALL_PREFIX "/usr/local")

0 commit comments

Comments
 (0)