mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
Not all of these commands accept non-compilable (i.e., IMPORTED) targets, so those calls are currently just commented out. If they ever do start to accept them, the tests should be enabled.
16 lines
386 B
CMake
16 lines
386 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(not_enough_args)
|
|
run_cmake(alias_target)
|
|
run_cmake(utility_target)
|
|
run_cmake(invalid_args)
|
|
run_cmake(invalid_args_on_interface)
|
|
run_cmake(imported_target)
|
|
run_cmake(no_target)
|
|
run_cmake(not_a_cxx_feature)
|
|
run_cmake(no_matching_cxx_feature)
|
|
run_cmake(not_a_c_feature)
|
|
run_cmake(no_matching_c_feature)
|
|
run_cmake(cxx_not_enabled)
|
|
run_cmake(empty_keyword_args)
|