diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d7b834a..b61cbe05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -91,7 +91,7 @@ else () find_package(Threads REQUIRED) include_directories(${CMAKE_THREADS_INCLUDE_DIRS}) - + set(BOOST_ROOT $ENV{CCNX_DEPENDENCIES}) find_package(Boost 1.53.0 COMPONENTS system REQUIRED) include_directories(SYSTEM ${Boost_INCLUDE_DIR}) endif() |