Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
WorkingDirectory
/
buildAndTestNoBuildDir-check.cmake
blob: fcfe4619b6b414f71e269f17c7c73fe2fc6d077a [
file
] [
log
] [
blame
]
if
(
EXISTS $
{
RunCMake_TEST_BINARY_DIR
}/
CMakeCache
.
txt
)
set
(
RunCMake_TEST_FAILED
"Default build dir ${RunCMake_TEST_BINARY_DIR} was used, should not have been"
)
endif
()