From 2fb00f28be978349052ac3f84f501c127a52f511 Mon Sep 17 00:00:00 2001 From: David Cole Date: Tue, 9 Sep 2008 12:48:58 -0400 Subject: [PATCH] PERF: Test takes too long when recursing for executable files and when doing recursive prerequisite analysis. Put it back the way it was. Add another test later to do the recursive prerequisite analysis. --- Tests/CMakeTests/GetPrerequisitesTest.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeTests/GetPrerequisitesTest.cmake.in b/Tests/CMakeTests/GetPrerequisitesTest.cmake.in index 561a917f5..4363a42c7 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)