62 lines
1.1 KiB
CMake
62 lines
1.1 KiB
CMake
# Generated by Boost 1.70.0
|
|
|
|
# address-model=64
|
|
|
|
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
return()
|
|
endif()
|
|
|
|
# layout=versioned
|
|
|
|
# toolset=gcc9
|
|
|
|
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "gcc9")
|
|
return()
|
|
endif()
|
|
|
|
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "gcc9")
|
|
return()
|
|
endif()
|
|
|
|
# link=shared
|
|
|
|
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
return()
|
|
endif()
|
|
|
|
if(NOT BUILD_SHARED_LIBS)
|
|
return()
|
|
endif()
|
|
|
|
# runtime-link=shared
|
|
|
|
if(Boost_USE_STATIC_RUNTIME)
|
|
return()
|
|
endif()
|
|
|
|
# runtime-debugging=on
|
|
|
|
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
|
return()
|
|
endif()
|
|
|
|
# threading=multi
|
|
|
|
# variant=debug
|
|
|
|
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
|
return()
|
|
endif()
|
|
|
|
|
|
set_property(TARGET Boost::mpi APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
|
set_target_properties(Boost::mpi PROPERTIES
|
|
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
|
)
|
|
|
|
set_target_properties(Boost::mpi PROPERTIES
|
|
INTERFACE_COMPILE_DEFINITIONS "BOOST_MPI_DYN_LINK"
|
|
)
|
|
|
|
list(APPEND _BOOST_MPI_DEPS headers)
|