Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adf9ca6

Browse files
author
Armin Hornung
committed
fixes for cmake / catkin
1 parent 55b6a25 commit adf9ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
1414
# variables.
1515
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
1616

17-
rosbuild_make_distribution(0.4.7.3)
17+
rosbuild_make_distribution(0.4.7.4)

octomap_server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ link_directories(${OCTOMAP_LIBRARY_DIRS})
1818
link_libraries(${PROJECT_NAME} ${OCTOMAP_LIBRARIES})
1919
# required fix / workaround for catkin?
2020
# REMOVE WHEN COMPILING WITH PLAIN CMAKE OCTOMAP
21-
set (OCTOMAP_LIBRARIES ${octomap_LIBRARIES})
21+
#set (OCTOMAP_LIBRARIES ${octomap_LIBRARIES})
2222

2323
find_package(PCL REQUIRED)
2424
include_directories(${PCL_INCLUDE_DIRS})

0 commit comments

Comments
 (0)