Browse Source

Merge branch 'future' into menu_games

Former-commit-id: 9e43730736
tempestpy_adaptions
dehnert 9 years ago
parent
commit
224721f0a7
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -188,7 +188,7 @@ if(CUSTOM_BOOST_ROOT)
set(BOOST_ROOT "${CUSTOM_BOOST_ROOT}")
endif(CUSTOM_BOOST_ROOT)
find_package(Boost REQUIRED)
find_package(Boost 1.56.0 REQUIRED)
if ((NOT Boost_LIBRARY_DIRS) OR ("${Boost_LIBRARY_DIRS}" STREQUAL ""))
set(Boost_LIBRARY_DIRS "${Boost_INCLUDE_DIRS}/stage/lib")

Loading…
Cancel
Save