cmake/Tests/RunCMake/CPack/tests/SYMLINKS/TGZ-Prerequirements.cmake

6 lines
180 B
CMake
Raw Normal View History

2017-07-20 19:35:53 +02:00
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()