You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
335 B
12 lines
335 B
6 months ago
|
set(CMAKE_EXPERIMENTAL_EXPORT_PACKAGE_DEPENDENCIES
|
||
|
"1942b4fa-b2c5-4546-9385-83f254070067")
|
||
|
|
||
|
cmake_language(GET_EXPERIMENTAL_FEATURE_ENABLED
|
||
|
"ExportPackageDependencies"
|
||
|
feature_present)
|
||
|
|
||
|
if (NOT feature_present STREQUAL "TRUE")
|
||
|
message(FATAL_ERROR
|
||
|
"Expected the `ExportPackageDependencies` feature to be enabled.")
|
||
|
endif ()
|