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.

This commit is contained in:
David Cole 2008-09-09 12:48:58 -04:00
parent 6bc394c8e5
commit 2fb00f28be
1 changed files with 1 additions and 1 deletions

View File

@ -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)