mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
67102d3252
And give other generators a path forward to add support in the future.
6 lines
277 B
CMake
6 lines
277 B
CMake
set(log "${RunCMake_BINARY_DIR}/CustomCommandDepfile-build/CMakeFiles/impl-Debug.ninja")
|
|
file(READ "${log}" build_file)
|
|
if(NOT "${build_file}" MATCHES "depfile = test\\.d")
|
|
set(RunCMake_TEST_FAILED "Log file:\n ${log}\ndoes not have expected line: depfile = test.d")
|
|
endif()
|