summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/examples/ninja-cmp0154-build-check.cmake
blob: 6c4812bc91f275941158e5710efa42446af78370 (plain)
1
2
3
4
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 ()