summaryrefslogtreecommitdiffstats
path: root/cmake/build.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/build.cmake')
-rw-r--r--cmake/build.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/build.cmake b/cmake/build.cmake
index 3043014..ffddf82 100644
--- a/cmake/build.cmake
+++ b/cmake/build.cmake
@@ -23,7 +23,7 @@ if (${_retcode} EQUAL 0)
endif (${_retcode} EQUAL 0)
execute_process(
- COMMAND find ${CMAKE_SOURCE_DIR} -type f -name *.[ch] -printf "%TY/%Tm/%Td %TH:%TM:%TS %p\n"
+ COMMAND find ${CMAKE_SOURCE_DIR} -type f -name "*.[ch]" -printf "%TY/%Tm/%Td %TH:%TM:%TS %p\n"
COMMAND sort -n
COMMAND grep -E -v "build.h|config.h|CMakeFiles|./apps"
COMMAND tail -n 1