Skip to content
Snippets Groups Projects
Commit 28797eec authored by Atlas-Software Librarian's avatar Atlas-Software Librarian Committed by Graeme Stewart
Browse files

'CMakeLists.txt' (Boost-00-75-00-01)

parent 72236229
No related branches found
No related tags found
No related merge requests found
################################################################################
# Package: Boost
################################################################################
# Declare the package name:
atlas_subdir( Boost )
# External dependencies:
find_package( PythonLibs )
...@@ -15,7 +15,7 @@ macro Boost_debug "" \ ...@@ -15,7 +15,7 @@ macro Boost_debug "" \
macro Boost_home $(LCG_external)/Boost/$(Boost_native_version)/$(LCG_system) macro Boost_home $(LCG_external)/Boost/$(Boost_native_version)/$(LCG_system)
include_path none include_path none
include_dirs $(Boost_home)/include/boost-$(Boost_file_version) macro Boost_include $(Boost_home)/include/boost-$(Boost_file_version)
# silence warnings from gcc48 and later # silence warnings from gcc48 and later
macro Boost_pp_cppflags "-isystem $(Boost_home)/include/boost-$(Boost_file_version) " macro Boost_pp_cppflags "-isystem $(Boost_home)/include/boost-$(Boost_file_version) "
...@@ -71,6 +71,7 @@ macro Boost_header_file_filter $(Boost_home)/include/boost-$(Boost_file_version) ...@@ -71,6 +71,7 @@ macro Boost_header_file_filter $(Boost_home)/include/boost-$(Boost_file_version)
macro Boost_header_file_stamp $(Boost_home)/include/boost-$(Boost_file_version)/boost/any.hpp macro Boost_header_file_stamp $(Boost_home)/include/boost-$(Boost_file_version)/boost/any.hpp
apply_pattern set_lib_path apply_pattern set_lib_path
apply_pattern set_root_include_path
macro_append cppflags "" target-win " /DBOOST_ALL_DYN_LINK /wd4275 /wd4251 " macro_append cppflags "" target-win " /DBOOST_ALL_DYN_LINK /wd4275 /wd4251 "
......
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