From d4875ae8e57d9cae7cad3ae2440e04caac48d930 Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 14 Feb 2012 23:42:40 +0000 Subject: [PATCH] Fixed variable name in CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf94c2454..0e7e2ad8d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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