Skip to content
Snippets Groups Projects
Commit 663b9983 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Merge branch 'BoostFix-master-20201122' into 'master'

Boost Usage Fix, master branch (2020.11.22.)

See merge request atlas/atlasexternals!774
parents 67d9e2b3 d5387452
No related branches found
No related tags found
No related merge requests found
......@@ -334,6 +334,13 @@ if( NOT LCG_VERSION EQUAL 0 )
list( APPEND _cmakePaths ${BOOST_LCGROOT} )
file( GLOB BOOST_INCLUDEDIR "${BOOST_LCGROOT}/include/*" )
if( "${LCG_PLATFORM}" MATCHES "-dbg$" )
set( Boost_USE_DEBUG_RUNTIME TRUE CACHE BOOL
"Switch for using the debug libraries for Boost" )
else()
set( Boost_USE_DEBUG_RUNTIME FALSE CACHE BOOL
"Switch for using the debug libraries for Boost" )
endif()
set( GSL_ROOT_DIR ${GSL_LCGROOT} )
set( JAVA_HOME ${JAVA_LCGROOT} )
......
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