update mac libs
This commit is contained in:
@@ -8,7 +8,7 @@ message(STATUS "Found boost_atomic ${boost_atomic_VERSION} at ${boost_atomic_DIR
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::atomic
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_atomic.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_atomic.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_atomic.dylib")
|
||||
|
||||
# Target file name: libboost_atomic.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_atomic-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_atomic-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::atomic APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::atomic PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_atomic-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::atomic PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_ATOMIC_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_ATOMIC_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_atomic-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_atomic-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_atomic-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::atomic PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_ATOMIC_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_ATOMIC_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_chrono ${boost_chrono_VERSION} at ${boost_chrono_DIR
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::chrono
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_chrono.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_chrono.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_chrono.dylib")
|
||||
|
||||
# Target file name: libboost_chrono.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_chrono-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_chrono-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::chrono APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::chrono PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_chrono-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::chrono PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CHRONO_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CHRONO_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_chrono-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_chrono-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_chrono-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::chrono PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CHRONO_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CHRONO_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_container ${boost_container_VERSION} at ${boost_cont
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::container
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_container.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_container.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_container.dylib")
|
||||
|
||||
# Target file name: libboost_container.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_container-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_container-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::container APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::container PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_container-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::container PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTAINER_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTAINER_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_container-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_container-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_container-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::container PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTAINER_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTAINER_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_context ${boost_context_VERSION} at ${boost_context_
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::context
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_context.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_context.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_context.dylib")
|
||||
|
||||
# Target file name: libboost_context.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::context PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTEXT_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTEXT_DEPS chrono 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_context.a" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# 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 chrono thread headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_context-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_context-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::context APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::context PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_context-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::context PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTEXT_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTEXT_DEPS chrono thread headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_context-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_context-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_context-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::context PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTEXT_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTEXT_DEPS chrono thread headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_contract ${boost_contract_VERSION} at ${boost_contra
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::contract
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_contract.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_contract.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_contract.dylib")
|
||||
|
||||
# Target file name: libboost_contract.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_contract-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_contract-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::contract APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::contract PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_contract-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::contract PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTRACT_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTRACT_DEPS system headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_contract-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_contract-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_contract-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::contract PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_CONTRACT_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_CONTRACT_DEPS system headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_coroutine ${boost_coroutine_VERSION} at ${boost_coro
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::coroutine
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_coroutine.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_coroutine.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_coroutine.dylib")
|
||||
|
||||
# Target file name: libboost_coroutine.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::coroutine APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::coroutine PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_coroutine-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::coroutine PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_COROUTINE_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_COROUTINE_DEPS chrono context thread headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_coroutine-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_coroutine-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_coroutine-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::coroutine PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_COROUTINE_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_COROUTINE_DEPS chrono context thread headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_date_time ${boost_date_time_VERSION} at ${boost_date
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::date_time
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_date_time.dylib")
|
||||
|
||||
# Target file name: libboost_date_time.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_date_time-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_date_time-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::date_time APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::date_time PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_date_time-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::date_time PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_DATE_TIME_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_DATE_TIME_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_date_time-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_date_time-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_date_time-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::date_time PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_DATE_TIME_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_DATE_TIME_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_exception ${boost_exception_VERSION} at ${boost_exce
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::exception
|
||||
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_fiber ${boost_fiber_VERSION} at ${boost_fiber_DIR}")
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::fiber
|
||||
|
||||
@@ -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=xgcc42
|
||||
|
||||
# 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 APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
||||
set_target_properties(Boost::fiber PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_FIBER_DEPS headers)
|
||||
@@ -0,0 +1,61 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-link=shared
|
||||
|
||||
if(Boost_USE_STATIC_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
set_property(TARGET Boost::fiber APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::fiber PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
)
|
||||
|
||||
set_target_properties(Boost::fiber PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FIBER_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_FIBER_DEPS headers)
|
||||
@@ -6,10 +6,18 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_fiber_numa ${boost_fiber_numa_VERSION} at ${boost_fi
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::fiber_numa
|
||||
|
||||
@@ -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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,61 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-link=shared
|
||||
|
||||
if(Boost_USE_STATIC_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
set_property(TARGET Boost::fiber_numa APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::fiber_numa PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
)
|
||||
|
||||
set_target_properties(Boost::fiber_numa PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FIBER_NUMA_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_FIBER_NUMA_DEPS headers)
|
||||
@@ -6,10 +6,18 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_filesystem ${boost_filesystem_VERSION} at ${boost_fi
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::filesystem
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_filesystem.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_filesystem.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_filesystem.dylib")
|
||||
|
||||
# Target file name: libboost_filesystem.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::filesystem APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::filesystem PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_filesystem-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::filesystem PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FILESYSTEM_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_FILESYSTEM_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_filesystem-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_filesystem-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_filesystem-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::filesystem PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_FILESYSTEM_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_FILESYSTEM_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_graph ${boost_graph_VERSION} at ${boost_graph_DIR}")
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::graph
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_graph.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_graph.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_graph.dylib")
|
||||
|
||||
# Target file name: libboost_graph.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_graph-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_graph-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::graph APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::graph PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_graph-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::graph PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_GRAPH_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_GRAPH_DEPS regex headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_graph-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_graph-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_graph-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::graph PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_GRAPH_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_GRAPH_DEPS regex headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_graph_parallel ${boost_graph_parallel_VERSION} at ${
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::graph_parallel
|
||||
|
||||
@@ -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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,61 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-link=shared
|
||||
|
||||
if(Boost_USE_STATIC_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
return()
|
||||
endif()
|
||||
|
||||
|
||||
set_property(TARGET Boost::graph_parallel APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::graph_parallel PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
)
|
||||
|
||||
set_target_properties(Boost::graph_parallel PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_GRAPH_PARALLEL_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_GRAPH_PARALLEL_DEPS headers)
|
||||
@@ -6,10 +6,18 @@ if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_headers ${boost_headers_VERSION} at ${boost_headers_
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::headers
|
||||
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_iostreams ${boost_iostreams_VERSION} at ${boost_iost
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::iostreams
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_iostreams.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_iostreams.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_iostreams.dylib")
|
||||
|
||||
# Target file name: libboost_iostreams.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::iostreams APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::iostreams PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_iostreams-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::iostreams PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_IOSTREAMS_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_IOSTREAMS_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_iostreams-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_iostreams-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_iostreams-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::iostreams PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_IOSTREAMS_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_IOSTREAMS_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_locale ${boost_locale_VERSION} at ${boost_locale_DIR
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::locale
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_locale.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_locale.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_locale.dylib")
|
||||
|
||||
# Target file name: libboost_locale.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_locale-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_locale-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::locale APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::locale PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_locale-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::locale PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_LOCALE_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_LOCALE_DEPS system headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_locale-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_locale-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_locale-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::locale PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_LOCALE_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_LOCALE_DEPS system headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_log ${boost_log_VERSION} at ${boost_log_DIR}")
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::log
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_log.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log.dylib" "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.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_log.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log.dylib")
|
||||
|
||||
# Target file name: libboost_log.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_log-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::log APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::log PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_log-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=off
|
||||
|
||||
if(Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_log-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_log-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
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)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_log_setup ${boost_log_setup_VERSION} at ${boost_log_
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::log_setup
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log_setup.dylib")
|
||||
|
||||
# Target file name: libboost_log_setup.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::log_setup APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::log_setup PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_log_setup-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_log_setup-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_log_setup-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_log_setup-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
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)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_math ${boost_math_VERSION} at ${boost_math_DIR}")
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::math
|
||||
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_math_c99 ${boost_math_c99_VERSION} at ${boost_math_c
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::math_c99
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::math_c99 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::math_c99 PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_math_c99-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99 PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99 PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_math_c99f ${boost_math_c99f_VERSION} at ${boost_math
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::math_c99f
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99f.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99f.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::math_c99f APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::math_c99f PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_math_c99f-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99f PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99F_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99F_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99f-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99f-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99f-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99f PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99F_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99F_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_math_c99l ${boost_math_c99l_VERSION} at ${boost_math
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::math_c99l
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99l.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99l.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::math_c99l APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::math_c99l PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_math_c99l-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99l PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99L_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99L_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_c99l-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_c99l-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_c99l-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_c99l PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_C99L_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_C99L_DEPS headers)
|
||||
@@ -8,7 +8,7 @@ message(STATUS "Found boost_math_tr1 ${boost_math_tr1_VERSION} at ${boost_math_t
|
||||
|
||||
# Compute the include and library directories relative to this file.
|
||||
get_filename_component(_BOOST_CMAKEDIR "${CMAKE_CURRENT_LIST_DIR}/../" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_INCLUDEDIR "${_BOOST_CMAKEDIR}/../../include/boost-1_70/" ABSOLUTE)
|
||||
get_filename_component(_BOOST_LIBDIR "${_BOOST_CMAKEDIR}/../" ABSOLUTE)
|
||||
|
||||
# Create imported target Boost::math_tr1
|
||||
|
||||
@@ -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.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=system
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1.dylib" "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.dylib" "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.dylib" "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.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_tr1.dylib")
|
||||
|
||||
# Target file name: libboost_math_tr1.dylib
|
||||
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.dylib"
|
||||
)
|
||||
|
||||
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=xgcc42
|
||||
|
||||
# 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)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "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-xgcc42-mt-d-x64-1_70.dylib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# runtime-debugging=on
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_RUNTIME}" STREQUAL "" AND NOT Boost_USE_DEBUG_RUNTIME)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "debug runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# threading=multi
|
||||
|
||||
# variant=debug
|
||||
|
||||
if(NOT "${Boost_USE_DEBUG_LIBS}" STREQUAL "" AND NOT Boost_USE_DEBUG_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib" "debug, Boost_USE_DEBUG_LIBS=${Boost_USE_DEBUG_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib
|
||||
set_property(TARGET Boost::math_tr1 APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
|
||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
||||
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG CXX
|
||||
IMPORTED_LOCATION_DEBUG "${_BOOST_LIBDIR}/libboost_math_tr1-xgcc42-mt-d-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_TR1_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_TR1_DEPS headers)
|
||||
@@ -0,0 +1,72 @@
|
||||
# Generated by Boost 1.70.0
|
||||
|
||||
# address-model=64
|
||||
|
||||
if(CMAKE_SIZEOF_VOID_P EQUAL 4)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-x64-1_70.dylib" "64 bit, need 32")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# layout=versioned
|
||||
|
||||
# toolset=xgcc42
|
||||
|
||||
if(Boost_COMPILER AND NOT Boost_COMPILER STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-x64-1_70.dylib" "xgcc42, Boost_COMPILER=${Boost_COMPILER}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "xgcc42")
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-x64-1_70.dylib" "xgcc42, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
|
||||
return()
|
||||
endif()
|
||||
|
||||
# link=shared
|
||||
|
||||
if(NOT "${Boost_USE_STATIC_LIBS}" STREQUAL "" AND Boost_USE_STATIC_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-x64-1_70.dylib" "shared, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
if(NOT BUILD_SHARED_LIBS)
|
||||
_BOOST_SKIPPED("libboost_math_tr1-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "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-xgcc42-mt-x64-1_70.dylib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS " libboost_math_tr1-xgcc42-mt-x64-1_70.dylib")
|
||||
|
||||
# Target file name: libboost_math_tr1-xgcc42-mt-x64-1_70.dylib
|
||||
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-xgcc42-mt-x64-1_70.dylib"
|
||||
)
|
||||
|
||||
set_target_properties(Boost::math_tr1 PROPERTIES
|
||||
INTERFACE_COMPILE_DEFINITIONS "BOOST_MATH_TR1_DYN_LINK"
|
||||
)
|
||||
|
||||
list(APPEND _BOOST_MATH_TR1_DEPS headers)
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user