mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 21:00:17 -06:00
If the module reports a FATAL_ERROR, skip the rest of the steps to enable the language to avoid unnecessary following error messages.
9 lines
191 B
CMake
9 lines
191 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(NoLangSHARED)
|
|
run_cmake(LINK_LANGUAGE-genex)
|
|
run_cmake(link-libraries-TARGET_FILE-genex)
|
|
run_cmake(link-libraries-TARGET_FILE-genex-ok)
|
|
|
|
run_cmake(DetermineFail)
|