cmake/Tests/RunCMake/CXXModules/examples/ninja-cmp0154-build-check.cmake

5 lines
190 B
CMake
Raw Normal View History

2023-12-07 09:12:54 +01:00
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 ()