mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
5 lines
172 B
CMake
5 lines
172 B
CMake
if (EXISTS "${RunCMake_TEST_BINARY_DIR}/gen.c")
|
|
list(APPEND RunCMake_TEST_FAILED
|
|
"The `gen.c` file should not be generated to compile `unrelated`'s object")
|
|
endif ()
|