You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.5 KiB
59 lines
1.5 KiB
5 years ago
|
# Generated by Boost 1.70.0
|
||
|
|
||
|
# address-model=64
|
||
|
|
||
|
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "64 bit, need 32")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
# layout=system
|
||
|
|
||
|
# toolset=gcc8
|
||
|
|
||
|
# link=static
|
||
|
|
||
|
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
if(BUILD_SHARED_LIBS)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "static, BUILD_SHARED_LIBS=${BUILD_SHARED_LIBS}, set Boost_USE_STATIC_LIBS=ON to override")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
# runtime-link=shared
|
||
|
|
||
|
if(Boost_USE_STATIC_RUNTIME)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
# runtime-debugging=off
|
||
|
|
||
|
if(Boost_USE_DEBUG_RUNTIME)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "release runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
# threading=multi
|
||
|
|
||
|
# variant=release
|
||
|
|
||
|
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
||
|
_BOOST_SKIPPED("libboost_chrono.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||
|
return()
|
||
|
endif()
|
||
|
|
||
|
message(STATUS " libboost_chrono.a")
|
||
|
|
||
|
# Target file name: libboost_chrono.a
|
||
|
set_property(TARGET Boost::chrono APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||
|
set_target_properties(Boost::chrono PROPERTIES
|
||
|
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
||
|
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_chrono.a"
|
||
|
)
|
||
|
|
||
|
list(APPEND _BOOST_CHRONO_DEPS headers)
|