mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-25 16:09:42 -06: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()
|