mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
5 lines
143 B
CMake
5 lines
143 B
CMake
function(get_test_prerequirements found_var config_file)
|
|
file(WRITE "${config_file}" "")
|
|
set(${found_var} true PARENT_SCOPE)
|
|
endfunction()
|