libboost_test_exec_monitor-variant-vc142-mt-x64-1_72-static.cmake 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # Generated by Boost 1.72.0
  2. # address-model=64
  3. if(CMAKE_SIZEOF_VOID_P EQUAL 4)
  4. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "64 bit, need 32")
  5. return()
  6. endif()
  7. # layout=versioned
  8. # toolset=vc142
  9. if(Boost_COMPILER)
  10. if(NOT Boost_COMPILER STREQUAL "vc142" AND NOT Boost_COMPILER STREQUAL "-vc142")
  11. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "vc142, Boost_COMPILER=${Boost_COMPILER}")
  12. return()
  13. endif()
  14. else()
  15. if(BOOST_DETECTED_TOOLSET AND NOT BOOST_DETECTED_TOOLSET STREQUAL "vc142")
  16. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "vc142, detected ${BOOST_DETECTED_TOOLSET}, set Boost_COMPILER to override")
  17. return()
  18. endif()
  19. endif()
  20. # link=static
  21. if(DEFINED Boost_USE_STATIC_LIBS)
  22. if(NOT Boost_USE_STATIC_LIBS)
  23. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "static, Boost_USE_STATIC_LIBS=${Boost_USE_STATIC_LIBS}")
  24. return()
  25. endif()
  26. else()
  27. if(NOT WIN32)
  28. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "static, default is shared, set Boost_USE_STATIC_LIBS=ON to override")
  29. return()
  30. endif()
  31. endif()
  32. # runtime-link=shared
  33. if(Boost_USE_STATIC_RUNTIME)
  34. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "shared runtime, Boost_USE_STATIC_RUNTIME=${Boost_USE_STATIC_RUNTIME}")
  35. return()
  36. endif()
  37. # runtime-debugging=off
  38. if(Boost_USE_DEBUG_RUNTIME)
  39. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "release runtime, Boost_USE_DEBUG_RUNTIME=${Boost_USE_DEBUG_RUNTIME}")
  40. return()
  41. endif()
  42. # threading=multi
  43. if(NOT "${Boost_USE_MULTITHREADED}" STREQUAL "" AND NOT Boost_USE_MULTITHREADED)
  44. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "multithreaded, Boost_USE_MULTITHREADED=${Boost_USE_MULTITHREADED}")
  45. return()
  46. endif()
  47. # variant=release
  48. if(NOT "${Boost_USE_RELEASE_LIBS}" STREQUAL "" AND NOT Boost_USE_RELEASE_LIBS)
  49. _BOOST_SKIPPED("libboost_test_exec_monitor-vc142-mt-x64-1_72.lib" "release, Boost_USE_RELEASE_LIBS=${Boost_USE_RELEASE_LIBS}")
  50. return()
  51. endif()
  52. if(Boost_VERBOSE OR Boost_DEBUG)
  53. message(STATUS " [x] libboost_test_exec_monitor-vc142-mt-x64-1_72.lib")
  54. endif()
  55. # Target file name: libboost_test_exec_monitor-vc142-mt-x64-1_72.lib
  56. get_target_property(__boost_imploc Boost::test_exec_monitor IMPORTED_LOCATION_RELEASE)
  57. if(__boost_imploc)
  58. message(WARNING "Target Boost::test_exec_monitor already has an imported location '${__boost_imploc}', which will be overwritten with '${_BOOST_LIBDIR}/libboost_test_exec_monitor-vc142-mt-x64-1_72.lib'")
  59. endif()
  60. unset(__boost_imploc)
  61. set_property(TARGET Boost::test_exec_monitor APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  62. set_target_properties(Boost::test_exec_monitor PROPERTIES
  63. IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE CXX
  64. IMPORTED_LOCATION_RELEASE "${_BOOST_LIBDIR}/libboost_test_exec_monitor-vc142-mt-x64-1_72.lib"
  65. )
  66. set_target_properties(Boost::test_exec_monitor PROPERTIES
  67. MAP_IMPORTED_CONFIG_MINSIZEREL Release
  68. MAP_IMPORTED_CONFIG_RELWITHDEBINFO Release
  69. )
  70. list(APPEND _BOOST_TEST_EXEC_MONITOR_DEPS headers)