Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
CPack
/
tests
/
SYMLINKS
/
TGZ-Prerequirements.cmake
blob: f3df46b2a3bdfdf866ab7b8f8a0140a6dcb36927 [
file
] [
log
] [
blame
]
function
(
get_test_prerequirements found_var config_file
)
if
(
UNIX
)
# limit test to platforms that support symlinks
set
(
$
{
found_var
}
true
PARENT_SCOPE
)
endif
()
endfunction
()