Append CMAKE_MODULE_PATH instead of replacing
parent
c30f8cf201
commit
2ba66eaef7
|
@ -10,7 +10,7 @@ set (GTSAM_VERSION_PATCH 0)
|
||||||
#set (CMAKE_INSTALL_PREFIX ${HOME} CACHE PATH "Install prefix for library")
|
#set (CMAKE_INSTALL_PREFIX ${HOME} CACHE PATH "Install prefix for library")
|
||||||
|
|
||||||
# Use macros for creating tests/timing scripts
|
# Use macros for creating tests/timing scripts
|
||||||
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
|
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${PROJECT_SOURCE_DIR}/cmake")
|
||||||
include(GtsamTesting)
|
include(GtsamTesting)
|
||||||
include(GtsamPrinting)
|
include(GtsamPrinting)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue