Fixed variable name in CMakeLists.txt
parent
c59e1bd8d9
commit
d4875ae8e5
|
@ -71,7 +71,7 @@ include_directories(
|
|||
gtsam/3rdparty/CCOLAMD/Include
|
||||
${CMAKE_SOURCE_DIR}
|
||||
CppUnitLite
|
||||
${BOOST_INCLUDE_DIR})
|
||||
${Boost_INCLUDE_DIR})
|
||||
link_directories(${Boost_LIBRARY_DIRS})
|
||||
|
||||
# Build CppUnitLite
|
||||
|
|
Loading…
Reference in New Issue