mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-14 10:19:56 -06:00
Tests: CPack test long_filenames prerequirements
Fakeroot executable is already searched for in DEB packager tests prerequirements so the test prerequirement just has to check that it is present in config file and not search for it once more.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function(get_test_prerequirements found_var)
|
||||
find_program(FAKEROOT_EXECUTABLE NAMES fakeroot)
|
||||
function(get_test_prerequirements found_var config_file)
|
||||
include(${config_file})
|
||||
|
||||
if(FAKEROOT_EXECUTABLE)
|
||||
set(${found_var} true PARENT_SCOPE)
|
||||
|
||||
Reference in New Issue
Block a user