Merged in feature/cmake_tools_dir_variable (pull request #16)

Set GTSAM_CMAKE_TOOLS_DIR when using GTSAMCMakeTools
release/4.3a0
Frank Dellaert 2014-06-07 14:20:43 -04:00
commit ecb1243d4d
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
# This config file modifies CMAKE_MODULE_PATH so that the GTSAM-CMakeTools files may be included
set(GTSAM_CMAKE_TOOLS_DIR "${CMAKE_CURRENT_LIST_DIR}")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")