mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
6 lines
231 B
CMake
6 lines
231 B
CMake
set(unitybuild_cxx "${RunCMake_TEST_BINARY_DIR}/.o/9bc0d702/Unity/unity_0_cxx.cxx")
|
|
if(NOT EXISTS "${unitybuild_cxx}")
|
|
set(RunCMake_TEST_FAILED "Generated unity source files ${unitybuild_cxx} does not exist.")
|
|
return()
|
|
endif()
|