Files
cpp-thirdparty/linx64/lib/boost/cmake/boost_container-1.70.0/libboost_container-variant-gcc9-mt-d-x64-1_70-shared.cmake
2019-08-15 01:04:02 -05:00

73 lines
2.3 KiB
CMake

# Generated by Boost 1.70.0
# address-model=64
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "64 bit, need 32")
return()
endif()
# layout=versioned
# toolset=gcc9
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "gcc9")
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "gcc9, Boost_COMPILER=${Boost_COMPILER}")
return()
endif()
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "gcc9")
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "gcc9, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
return()
endif()
# link=shared
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
return()
endif()
if(NOT BUILD_SHARED_LIBS)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "shared, BUILD_SHARED_LIBS not ON, set Boost_USE_STATIC_LIBS=OFF to override")
return()
endif()
# runtime-link=shared
if(Boost_USE_STATIC_RUNTIME)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
return()
endif()
# runtime-debugging=on
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
return()
endif()
# threading=multi
# variant=debug
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
_BOOST_SKIPPED("libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
return()
endif()
message(STATUS " libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0")
# Target file name: libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0
set_property(TARGET Boost::container APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
set_target_properties(Boost::container PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_container-gcc9-mt-d-x64-1_70.so.1.70.0"
)
set_target_properties(Boost::container PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTAINER_DYN_LINK"
)
list(APPEND _BOOST_CONTAINER_DEPS headers)