Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CPack
/
External
/
Prerequirements.cmake
blob: dbaf682e58e918c0f3a84cef5a78cca353099436 [
file
]
function
(
get_test_prerequirements found_var config_file
)
file
(
WRITE
"${config_file}"
""
)
set
(
$
{
found_var
}
true
PARENT_SCOPE
)
endfunction
()