ninja-cmp0154-build-check.cmake 190 B

1234
  1. if (EXISTS "${RunCMake_TEST_BINARY_DIR}/importable.cxx")
  2. list(APPEND RunCMake_TEST_FAILED
  3. "The `importable.cxx` file should not be generated to compile `unrelated`'s object")
  4. endif ()