mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
274a6f3699
Fixes: #20206
6 lines
226 B
CMake
6 lines
226 B
CMake
set(unitybuild_c "${RunCMake_TEST_BINARY_DIR}/CMakeFiles/tgt.dir/Unity/unity_0_c.c")
|
|
if(EXISTS "${unitybuild_c}")
|
|
set(RunCMake_TEST_FAILED "Generated unity source files ${unitybuild_c} should not exist.")
|
|
return()
|
|
endif()
|