CxxImportStd-set.cmake 296 B

1234567891011
  1. set(CMAKE_EXPERIMENTAL_CXX_IMPORT_STD
  2. "0e5b6991-d74f-4b3d-a41c-cf096e0b2508")
  3. cmake_language(GET_EXPERIMENTAL_FEATURE_ENABLED
  4. "CxxImportStd"
  5. feature_present)
  6. if (NOT feature_present STREQUAL "TRUE")
  7. message(FATAL_ERROR
  8. "Expected the `CxxImportStd` feature to be enabled.")
  9. endif ()