diff options
Diffstat (limited to 'Tests/CMakeTests/GetPrerequisitesTest.cmake.in')
-rw-r--r-- | Tests/CMakeTests/GetPrerequisitesTest.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/GetPrerequisitesTest.cmake.in b/Tests/CMakeTests/GetPrerequisitesTest.cmake.in index 561a917..4363a42 100644 --- a/Tests/CMakeTests/GetPrerequisitesTest.cmake.in +++ b/Tests/CMakeTests/GetPrerequisitesTest.cmake.in @@ -68,7 +68,7 @@ function(test_cmake_executables) message(STATUS "") get_filename_component(cmake_bin_dir "${CMAKE_COMMAND}" PATH) - list_prerequisites_by_glob(GLOB_RECURSE "${cmake_bin_dir}/*" 1 0 1) + list_prerequisites_by_glob(GLOB "${cmake_bin_dir}/*" 0 0 1) endfunction(test_cmake_executables) |