327490e698
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)
|