Append CMAKE_MODULE_PATH instead of replacing

release/4.3a0
Richard Roberts 2012-04-24 14:01:40 +00:00
parent c30f8cf201
commit 2ba66eaef7
1 changed files with 1 additions and 1 deletions

View File

@ -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)