diff options
author | David Cole <david.cole@kitware.com> | 2008-09-09 16:48:58 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-09-09 16:48:58 (GMT) |
commit | 2fb00f28be978349052ac3f84f501c127a52f511 (patch) | |
tree | 94c1216fe629071a53d406e08be46a29b759a400 /Tests/CMakeTests | |
parent | 6bc394c8e56af1618428fa03b541d9c222aef63e (diff) | |
download | CMake-2fb00f28be978349052ac3f84f501c127a52f511.zip CMake-2fb00f28be978349052ac3f84f501c127a52f511.tar.gz CMake-2fb00f28be978349052ac3f84f501c127a52f511.tar.bz2 |
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.
Diffstat (limited to 'Tests/CMakeTests')
-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) |