Skip to content
Snippets Groups Projects
Commit 3bee7767 authored by ansgar's avatar ansgar Committed by Ansgar Philippsen
Browse files

newest FindBoost

parent 55ecbaba
Branches
Tags
No related merge requests found
......@@ -182,6 +182,10 @@ if (ENABLE_STATIC AND UNIX AND NOT APPLE)
set (CMAKE_FIND_LIBRARY_SUFFIXES .a)
endif()
if(BOOST_VERSION)
message(STATUS "forcing boost to version ${BOOST_VERSION}")
set(_BOOST_MIN_VERSION ${BOOST_VERSION})
endif()
setup_boost()
if (WIN32)
ADD_DEFINITIONS("-DBOOST_ALL_NO_LIB")
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment