mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
CMake: find octomap instead of OCTOMAP #529
This commit is contained in:
@@ -24,7 +24,7 @@ SET(LIBRARIES
|
||||
${PCL_LIBRARIES}
|
||||
)
|
||||
|
||||
IF(OCTOMAP_FOUND)
|
||||
IF(octomap_FOUND)
|
||||
SET(INCLUDE_DIRS
|
||||
${INCLUDE_DIRS}
|
||||
${OCTOMAP_INCLUDE_DIRS}
|
||||
@@ -33,7 +33,7 @@ IF(OCTOMAP_FOUND)
|
||||
${LIBRARIES}
|
||||
${OCTOMAP_LIBRARIES}
|
||||
)
|
||||
ENDIF(OCTOMAP_FOUND)
|
||||
ENDIF(octomap_FOUND)
|
||||
|
||||
INCLUDE_DIRECTORIES(${INCLUDE_DIRS})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user