mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
eaa00d4dfa
Place it in a new `RunCMake.BuiltinTargets` umbrella test meant to cover behavior of targets builtin to CMake.
4 lines
150 B
CMake
4 lines
150 B
CMake
if(EXISTS ${RunCMake_TEST_BINARY_DIR}/custom-output.txt)
|
|
set(RunCMake_TEST_FAILED "Building 'test' target incorrectly built 'all' target.")
|
|
endif()
|