Skip to content
Snippets Groups Projects
Commit 8177fd02 authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

independent boost settings

parent 8ff42abb
No related branches found
No related tags found
No related merge requests found
......@@ -341,12 +341,16 @@ get_filename_component(CHAOS_C_COMPILER_REL ${CMAKE_C_COMPILER} NAME)
######
#### TOOL VERSIONS
if (CHAOS_BOOST_MINOR_VERSION)
SET(BOOST_MINOR_VERSION ${CHAOS_BOOST_MINOR_VERSION})
ELSE()
SET(BOOST_MINOR_VERSION 0)
ENDIF()
if( CHAOS_BOOST_VERSION)
SET(BOOST_VERSION ${CHAOS_BOOST_VERSION})
SET(BOOST_MINOR_VERSION ${CHAOS_BOOST_MINOR_VERSION})
ELSE()
SET(BOOST_VERSION 66)
SET(BOOST_MINOR_VERSION 0)
ENDIF()
#####
......
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