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:
parent
6bc394c8e5
commit
2fb00f28be
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue