5 lines
190 B
CMake
5 lines
190 B
CMake
|
if (EXISTS "${RunCMake_TEST_BINARY_DIR}/importable.cxx")
|
||
|
list(APPEND RunCMake_TEST_FAILED
|
||
|
"The `importable.cxx` file should not be generated to compile `unrelated`'s object")
|
||
|
endif ()
|