mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
Merge branch 'master' of github.com:introlab/rtabmap into devel
This commit is contained in:
@@ -188,10 +188,17 @@ IF(G2O_FOUND)
|
|||||||
ENDIF(G2O_FOUND)
|
ENDIF(G2O_FOUND)
|
||||||
|
|
||||||
IF(GTSAM_FOUND)
|
IF(GTSAM_FOUND)
|
||||||
SET(INCLUDE_DIRS
|
IF(GTSAM_INCLUDE_DIR)
|
||||||
${INCLUDE_DIRS}
|
SET(INCLUDE_DIRS
|
||||||
${GTSAM_INCLUDE_DIRS}
|
${GTSAM_INCLUDE_DIR} # place it in front to use Eigen installed by GTSAM
|
||||||
)
|
${INCLUDE_DIRS}
|
||||||
|
)
|
||||||
|
ELSE()
|
||||||
|
SET(INCLUDE_DIRS
|
||||||
|
${GTSAM_INCLUDE_DIRS} # cmake standard
|
||||||
|
${INCLUDE_DIRS}
|
||||||
|
)
|
||||||
|
ENDIF()
|
||||||
SET(LIBRARIES
|
SET(LIBRARIES
|
||||||
${LIBRARIES}
|
${LIBRARIES}
|
||||||
gtsam
|
gtsam
|
||||||
|
|||||||
Reference in New Issue
Block a user