Skip to content
Snippets Groups Projects
Commit a3906d58 authored by Karsten Rink's avatar Karsten Rink
Browse files

fixed issue with boost setup

parent 39cd6667
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ SET(BOOST_LIBS_TO_BUILD ...@@ -30,7 +30,7 @@ SET(BOOST_LIBS_TO_BUILD
IF(NOT Boost_INCLUDE_DIRS) IF(NOT Boost_INCLUDE_DIRS)
SET(Boost_USE_STATIC_LIBS ON) SET(Boost_USE_STATIC_LIBS ON)
IF(OGS_LIBS_DIR) IF(OGS_LIBS_DIR)
SET(BOOST_ROOT ${OGS_LIBS_DIR/boost}) SET(BOOST_ROOT ${OGS_LIBS_DIR}/boost)
ENDIF() ENDIF()
FIND_PACKAGE(Boost 1.48.0 COMPONENTS ${BOOST_LIBS_TO_BUILD}) FIND_PACKAGE(Boost 1.48.0 COMPONENTS ${BOOST_LIBS_TO_BUILD})
IF(Boost_FOUND) IF(Boost_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment