update boost on linux
This commit is contained in:
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.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_atomic.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.so.1.70.0" "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_atomic.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_atomic.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_atomic.so.1.70.0
|
|
||||||
set_property(TARGET Boost::atomic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::atomic PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_atomic.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::atomic PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_ATOMIC_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_ATOMIC_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.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_atomic.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_atomic.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_atomic.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_atomic.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_atomic.a
|
|
||||||
set_property(TARGET Boost::atomic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::atomic PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_atomic.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_ATOMIC_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_chrono.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_chrono.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_chrono.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_chrono.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_chrono.so.1.70.0" "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.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_chrono.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_chrono.so.1.70.0
|
|
||||||
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.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::chrono PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CHRONO_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CHRONO_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# 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=gcc9
|
|
||||||
|
|
||||||
# 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)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_container.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_container.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_container.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.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_container.so.1.70.0" "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_container.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_container.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_container.so.1.70.0
|
|
||||||
set_property(TARGET Boost::container APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::container PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_container.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::container PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTAINER_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTAINER_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_container.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_container.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_container.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_container.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_container.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_container.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_container.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_container.a
|
|
||||||
set_property(TARGET Boost::container APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::container PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_container.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTAINER_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_context.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_context.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_context.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_context.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_context.so.1.70.0" "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_context.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_context.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_context.so.1.70.0
|
|
||||||
set_property(TARGET Boost::context APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::context PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_context.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::context PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTEXT_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTEXT_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_context.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_context.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_context.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_context.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_context.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_context.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_context.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_context.a
|
|
||||||
set_property(TARGET Boost::context APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::context PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_context.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTEXT_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.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_contract.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.so.1.70.0" "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_contract.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_contract.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_contract.so.1.70.0
|
|
||||||
set_property(TARGET Boost::contract APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::contract PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_contract.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::contract PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTRACT_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTRACT_DEPS system headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.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_contract.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_contract.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_contract.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_contract.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_contract.a
|
|
||||||
set_property(TARGET Boost::contract APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::contract PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_contract.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_CONTRACT_DEPS system headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.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_coroutine.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.so.1.70.0" "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_coroutine.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_coroutine.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_coroutine.so.1.70.0
|
|
||||||
set_property(TARGET Boost::coroutine APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::coroutine PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_coroutine.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::coroutine PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_COROUTINE_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_COROUTINE_DEPS chrono context thread headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.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_coroutine.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_coroutine.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_coroutine.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_coroutine.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_coroutine.a
|
|
||||||
set_property(TARGET Boost::coroutine APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::coroutine PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_coroutine.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_COROUTINE_DEPS chrono context thread headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.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_date_time.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.so.1.70.0" "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_date_time.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_date_time.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_date_time.so.1.70.0
|
|
||||||
set_property(TARGET Boost::date_time APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::date_time PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_date_time.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::date_time PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_DATE_TIME_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_DATE_TIME_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.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_date_time.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_date_time.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_date_time.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_date_time.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_date_time.a
|
|
||||||
set_property(TARGET Boost::date_time APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::date_time PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_date_time.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_DATE_TIME_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.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_fiber.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.so.1.70.0" "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_fiber.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_fiber.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_fiber.so.1.70.0
|
|
||||||
set_property(TARGET Boost::fiber APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::fiber PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_fiber.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::fiber PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FIBER_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_FIBER_DEPS context filesystem headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.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_fiber.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_fiber.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_fiber.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_fiber.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_fiber.a
|
|
||||||
set_property(TARGET Boost::fiber APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::fiber PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_fiber.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_FIBER_DEPS context filesystem headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::fiber_numa APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::fiber_numa PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_FIBER_NUMA_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.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_filesystem.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.so.1.70.0" "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_filesystem.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_filesystem.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_filesystem.so.1.70.0
|
|
||||||
set_property(TARGET Boost::filesystem APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::filesystem PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_filesystem.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::filesystem PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FILESYSTEM_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_FILESYSTEM_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.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_filesystem.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_filesystem.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_filesystem.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_filesystem.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_filesystem.a
|
|
||||||
set_property(TARGET Boost::filesystem APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::filesystem PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_filesystem.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_FILESYSTEM_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.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_graph.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.so.1.70.0" "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_graph.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_graph.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_graph.so.1.70.0
|
|
||||||
set_property(TARGET Boost::graph APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::graph PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_graph.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::graph PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_GRAPH_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_GRAPH_DEPS regex headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.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_graph.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_graph.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_graph.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_graph.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_graph.a
|
|
||||||
set_property(TARGET Boost::graph APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::graph PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_graph.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_GRAPH_DEPS regex headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::graph_parallel APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::graph_parallel PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_GRAPH_PARALLEL_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.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_iostreams.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.so.1.70.0" "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_iostreams.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_iostreams.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_iostreams.so.1.70.0
|
|
||||||
set_property(TARGET Boost::iostreams APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::iostreams PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_iostreams.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::iostreams PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_IOSTREAMS_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_IOSTREAMS_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.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_iostreams.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_iostreams.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_iostreams.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_iostreams.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_iostreams.a
|
|
||||||
set_property(TARGET Boost::iostreams APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::iostreams PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_iostreams.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_IOSTREAMS_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.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_locale.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.so.1.70.0" "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_locale.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_locale.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_locale.so.1.70.0
|
|
||||||
set_property(TARGET Boost::locale APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::locale PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_locale.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::locale PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_LOCALE_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOCALE_DEPS system headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.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_locale.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_locale.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_locale.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_locale.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_locale.a
|
|
||||||
set_property(TARGET Boost::locale APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::locale PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_locale.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOCALE_DEPS system headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_log.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log.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_log.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_log.so.1.70.0" "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_log.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_log.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_log.so.1.70.0
|
|
||||||
set_property(TARGET Boost::log APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::log PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_log.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::log PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_LOG_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOG_DEPS atomic chrono date_time filesystem regex thread headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_log.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log.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_log.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_log.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_log.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_log.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_log.a
|
|
||||||
set_property(TARGET Boost::log APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::log PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_log.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOG_DEPS atomic chrono date_time filesystem regex thread headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.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_log_setup.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.so.1.70.0" "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_log_setup.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_log_setup.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_log_setup.so.1.70.0
|
|
||||||
set_property(TARGET Boost::log_setup APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::log_setup PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_log_setup.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::log_setup PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_LOG_SETUP_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOG_SETUP_DEPS atomic chrono date_time filesystem log regex thread headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.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_log_setup.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_log_setup.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_log_setup.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_log_setup.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_log_setup.a
|
|
||||||
set_property(TARGET Boost::log_setup APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::log_setup PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_log_setup.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_LOG_SETUP_DEPS atomic chrono date_time filesystem log regex thread headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.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_math_c99.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.so.1.70.0" "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_math_c99.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_c99 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99 PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_c99 PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.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_math_c99.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99.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_math_c99.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99.a
|
|
||||||
set_property(TARGET Boost::math_c99 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99 PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.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_math_c99f.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.so.1.70.0" "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_math_c99f.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99f.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99f.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_c99f APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99f PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99f.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_c99f PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99F_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99F_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.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_math_c99f.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99f.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_math_c99f.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99f.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99f.a
|
|
||||||
set_property(TARGET Boost::math_c99f APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99f PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99f.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99F_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.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_math_c99l.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.so.1.70.0" "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_math_c99l.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99l.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99l.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_c99l APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99l PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99l.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_c99l PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99L_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99L_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.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_math_c99l.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_c99l.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_math_c99l.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_c99l.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_c99l.a
|
|
||||||
set_property(TARGET Boost::math_c99l APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_c99l PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_c99l.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_C99L_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.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_math_tr1.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.so.1.70.0" "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_math_tr1.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_tr1 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_TR1_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.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_math_tr1.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1.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_math_tr1.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1.a
|
|
||||||
set_property(TARGET Boost::math_tr1 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.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_math_tr1f.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.so.1.70.0" "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_math_tr1f.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1f.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1f.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_tr1f APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1f PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1f.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_tr1f PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_TR1F_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1F_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.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_math_tr1f.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1f.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_math_tr1f.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1f.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1f.a
|
|
||||||
set_property(TARGET Boost::math_tr1f APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1f PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1f.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1F_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.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_math_tr1l.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.so.1.70.0" "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_math_tr1l.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1l.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1l.so.1.70.0
|
|
||||||
set_property(TARGET Boost::math_tr1l APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1l PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1l.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::math_tr1l PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_TR1L_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1L_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.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_math_tr1l.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_math_tr1l.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_math_tr1l.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_math_tr1l.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_math_tr1l.a
|
|
||||||
set_property(TARGET Boost::math_tr1l APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::math_tr1l PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_math_tr1l.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MATH_TR1L_DEPS headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::mpi APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::mpi PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_MPI_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.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_prg_exec_monitor.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.so.1.70.0" "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_prg_exec_monitor.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_prg_exec_monitor.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_prg_exec_monitor.so.1.70.0
|
|
||||||
set_property(TARGET Boost::prg_exec_monitor APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::prg_exec_monitor PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_prg_exec_monitor.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::prg_exec_monitor PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_PRG_EXEC_MONITOR_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_PRG_EXEC_MONITOR_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.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_prg_exec_monitor.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_prg_exec_monitor.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_prg_exec_monitor.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_prg_exec_monitor.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_prg_exec_monitor.a
|
|
||||||
set_property(TARGET Boost::prg_exec_monitor APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::prg_exec_monitor PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_prg_exec_monitor.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_PRG_EXEC_MONITOR_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.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_program_options.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.so.1.70.0" "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_program_options.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_program_options.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_program_options.so.1.70.0
|
|
||||||
set_property(TARGET Boost::program_options APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::program_options PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_program_options.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::program_options PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_PROGRAM_OPTIONS_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_PROGRAM_OPTIONS_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.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_program_options.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_program_options.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_program_options.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_program_options.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_program_options.a
|
|
||||||
set_property(TARGET Boost::program_options APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::program_options PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_program_options.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_PROGRAM_OPTIONS_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_random.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_random.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_random.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_random.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_random.so.1.70.0" "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_random.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_random.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_random.so.1.70.0
|
|
||||||
set_property(TARGET Boost::random APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::random PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_random.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::random PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_RANDOM_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_RANDOM_DEPS system headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_random.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_random.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_random.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_random.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_random.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_random.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_random.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_random.a
|
|
||||||
set_property(TARGET Boost::random APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::random PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_random.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_RANDOM_DEPS system headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.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_regex.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.so.1.70.0" "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_regex.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_regex.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_regex.so.1.70.0
|
|
||||||
set_property(TARGET Boost::regex APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::regex PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_regex.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::regex PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_REGEX_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_REGEX_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.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_regex.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_regex.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_regex.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_regex.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_regex.a
|
|
||||||
set_property(TARGET Boost::regex APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::regex PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_regex.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_REGEX_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.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_serialization.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.so.1.70.0" "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_serialization.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_serialization.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_serialization.so.1.70.0
|
|
||||||
set_property(TARGET Boost::serialization APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::serialization PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_serialization.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::serialization PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_SERIALIZATION_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_SERIALIZATION_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.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_serialization.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_serialization.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_serialization.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_serialization.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_serialization.a
|
|
||||||
set_property(TARGET Boost::serialization APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::serialization PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_serialization.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_SERIALIZATION_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.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_stacktrace_addr2line.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.so.1.70.0" "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_stacktrace_addr2line.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_addr2line.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_addr2line.so.1.70.0
|
|
||||||
set_property(TARGET Boost::stacktrace_addr2line APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_addr2line PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_addr2line.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::stacktrace_addr2line PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_STACKTRACE_ADDR2LINE_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_ADDR2LINE_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.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_stacktrace_addr2line.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_addr2line.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_stacktrace_addr2line.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_addr2line.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_addr2line.a
|
|
||||||
set_property(TARGET Boost::stacktrace_addr2line APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_addr2line PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_addr2line.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_ADDR2LINE_DEPS headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::stacktrace_backtrace APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_backtrace PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_BACKTRACE_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.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_stacktrace_basic.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.so.1.70.0" "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_stacktrace_basic.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_basic.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_basic.so.1.70.0
|
|
||||||
set_property(TARGET Boost::stacktrace_basic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_basic PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_basic.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::stacktrace_basic PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_STACKTRACE_BASIC_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_BASIC_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.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_stacktrace_basic.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_basic.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_stacktrace_basic.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_basic.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_basic.a
|
|
||||||
set_property(TARGET Boost::stacktrace_basic APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_basic PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_basic.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_BASIC_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.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_stacktrace_noop.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.so.1.70.0" "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_stacktrace_noop.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_noop.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_noop.so.1.70.0
|
|
||||||
set_property(TARGET Boost::stacktrace_noop APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_noop PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_noop.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::stacktrace_noop PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_STACKTRACE_NOOP_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_NOOP_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.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_stacktrace_noop.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_stacktrace_noop.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_stacktrace_noop.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_stacktrace_noop.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_stacktrace_noop.a
|
|
||||||
set_property(TARGET Boost::stacktrace_noop APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_noop PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_stacktrace_noop.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_NOOP_DEPS headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::stacktrace_windbg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_windbg PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_WINDBG_DEPS headers)
|
|
||||||
@@ -1,49 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-link=shared
|
|
||||||
|
|
||||||
if(Boost_USE_STATIC_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# threading=multi
|
|
||||||
|
|
||||||
# variant=release
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
set_property(TARGET Boost::stacktrace_windbg_cached APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::stacktrace_windbg_cached PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_STACKTRACE_WINDBG_CACHED_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_system.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_system.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_system.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_system.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_system.so.1.70.0" "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_system.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_system.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_system.so.1.70.0
|
|
||||||
set_property(TARGET Boost::system APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::system PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_system.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::system PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_SYSTEM_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_SYSTEM_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_system.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_system.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_system.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_system.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_system.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_system.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_system.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_system.a
|
|
||||||
set_property(TARGET Boost::system APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::system PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_system.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_SYSTEM_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.a" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.a" "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_test_exec_monitor.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.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_test_exec_monitor.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_test_exec_monitor.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_test_exec_monitor.a
|
|
||||||
set_property(TARGET Boost::test_exec_monitor APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::test_exec_monitor PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_test_exec_monitor.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::test_exec_monitor PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_TEST_EXEC_MONITOR_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TEST_EXEC_MONITOR_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.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_test_exec_monitor.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_test_exec_monitor.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_test_exec_monitor.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_test_exec_monitor.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_test_exec_monitor.a
|
|
||||||
set_property(TARGET Boost::test_exec_monitor APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::test_exec_monitor PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_test_exec_monitor.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TEST_EXEC_MONITOR_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.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_thread.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.so.1.70.0" "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_thread.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_thread.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_thread.so.1.70.0
|
|
||||||
set_property(TARGET Boost::thread APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::thread PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_thread.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::thread PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_THREAD_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_THREAD_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.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_thread.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_thread.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_thread.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_thread.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_thread.a
|
|
||||||
set_property(TARGET Boost::thread APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::thread PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_thread.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_THREAD_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.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_timer.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.so.1.70.0" "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_timer.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_timer.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_timer.so.1.70.0
|
|
||||||
set_property(TARGET Boost::timer APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::timer PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_timer.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::timer PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_TIMER_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TIMER_DEPS chrono headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.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_timer.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_timer.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_timer.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_timer.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_timer.a
|
|
||||||
set_property(TARGET Boost::timer APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::timer PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_timer.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TIMER_DEPS chrono headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.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_type_erasure.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.so.1.70.0" "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_type_erasure.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_type_erasure.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_type_erasure.so.1.70.0
|
|
||||||
set_property(TARGET Boost::type_erasure APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::type_erasure PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_type_erasure.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::type_erasure PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_TYPE_ERASURE_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TYPE_ERASURE_DEPS chrono system thread headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.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_type_erasure.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_type_erasure.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_type_erasure.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_type_erasure.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_type_erasure.a
|
|
||||||
set_property(TARGET Boost::type_erasure APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::type_erasure PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_type_erasure.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_TYPE_ERASURE_DEPS chrono system thread headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.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_unit_test_framework.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.so.1.70.0" "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_unit_test_framework.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_unit_test_framework.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_unit_test_framework.so.1.70.0
|
|
||||||
set_property(TARGET Boost::unit_test_framework APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::unit_test_framework PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_unit_test_framework.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::unit_test_framework PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_UNIT_TEST_FRAMEWORK_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_UNIT_TEST_FRAMEWORK_DEPS headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.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_unit_test_framework.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_unit_test_framework.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_unit_test_framework.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_unit_test_framework.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_unit_test_framework.a
|
|
||||||
set_property(TARGET Boost::unit_test_framework APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::unit_test_framework PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_unit_test_framework.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_UNIT_TEST_FRAMEWORK_DEPS headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.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_wave.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.so.1.70.0" "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_wave.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_wave.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_wave.so.1.70.0
|
|
||||||
set_property(TARGET Boost::wave APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::wave PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_wave.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::wave PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_WAVE_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_WAVE_DEPS chrono date_time filesystem thread headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.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_wave.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_wave.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_wave.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_wave.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_wave.a
|
|
||||||
set_property(TARGET Boost::wave APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::wave PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_wave.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_WAVE_DEPS chrono date_time filesystem thread headers)
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.so.1.70.0" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=shared
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.so.1.70.0" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(NOT BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.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_wserialization.so.1.70.0" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.so.1.70.0" "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_wserialization.so.1.70.0" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_wserialization.so.1.70.0")
|
|
||||||
|
|
||||||
# Target file name: libboost_wserialization.so.1.70.0
|
|
||||||
set_property(TARGET Boost::wserialization APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::wserialization PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_wserialization.so.1.70.0"
|
|
||||||
)
|
|
||||||
|
|
||||||
set_target_properties(Boost::wserialization PROPERTIES
|
|
||||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_WSERIALIZATION_DYN_LINK"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_WSERIALIZATION_DEPS serialization headers)
|
|
||||||
@@ -1,58 +0,0 @@
|
|||||||
# Generated by Boost 1.70.0
|
|
||||||
|
|
||||||
# address-model=64
|
|
||||||
|
|
||||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.a" "64 bit, need 32")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# layout=system
|
|
||||||
|
|
||||||
# toolset=gcc9
|
|
||||||
|
|
||||||
# link=static
|
|
||||||
|
|
||||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND NOT Boost_USE_STATIC_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.a" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(BUILD_SHARED_LIBS)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.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_wserialization.a" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
# runtime-debugging=off
|
|
||||||
|
|
||||||
if(Boost_USE_DEBUG_RUNTIME)
|
|
||||||
_BOOST_SKIPPED("libboost_wserialization.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_wserialization.a" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
message(STATUS " libboost_wserialization.a")
|
|
||||||
|
|
||||||
# Target file name: libboost_wserialization.a
|
|
||||||
set_property(TARGET Boost::wserialization APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
||||||
set_target_properties(Boost::wserialization PROPERTIES
|
|
||||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
|
||||||
IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_wserialization.a"
|
|
||||||
)
|
|
||||||
|
|
||||||
list(APPEND _BOOST_WSERIALIZATION_DEPS serialization headers)
|
|
||||||
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
BIN
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70.0
Executable file
BIN
linx64/lib/boost/libboost_atomic-gcc9-mt-d-x64-1_70.so.1.70.0
Executable file
Binary file not shown.
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so.1
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so.1.70
Symbolic link
1
linx64/lib/boost/libboost_atomic-gcc9-mt-x64-1_70.so.1.70
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_atomic-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
libboost_atomic.so.1.70.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
libboost_atomic.so.1.70.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
libboost_atomic.so.1.70.0
|
|
||||||
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70.0
|
||||||
BIN
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70.0
Executable file
BIN
linx64/lib/boost/libboost_chrono-gcc9-mt-d-x64-1_70.so.1.70.0
Executable file
Binary file not shown.
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so.1
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so.1
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so.1.70
Symbolic link
1
linx64/lib/boost/libboost_chrono-gcc9-mt-x64-1_70.so.1.70
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
libboost_chrono-gcc9-mt-x64-1_70.so.1.70.0
|
||||||
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
libboost_chrono.so.1.70.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
libboost_chrono.so.1.70.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
libboost_chrono.so.1.70.0
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user