diff options
Diffstat (limited to 'cmake/common.cmake')
-rw-r--r-- | cmake/common.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/common.cmake b/cmake/common.cmake index 06d04c6..1a7a2f0 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -36,7 +36,6 @@ foreach(file ${system_cmakefiles} ${home_cmakefiles} ${project_cmakefiles}) include(${file}) endforeach() -message(STATUS "${ENTRY_POINT}/cmake/[0-9][0-9]-${OSRELEASE}*.cmake") file(GLOB project_cmakefiles ${ENTRY_POINT}/cmake/[0-9][0-9]-common*.cmake ${ENTRY_POINT}/cmake/[0-9][0-9]-${OSRELEASE}*.cmake ) list(SORT project_cmakefiles) foreach(file ${project_cmakefiles}) |