mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 15:19:39 +00: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()
|