X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fcommon.cmake;h=1a7a2f0975db05e86e8dd0470416b9a975a69537;hb=de031182cb49d2d0a84a09cc12c50cc6d05a37dd;hp=06d04c62f67a4000d88a3228462e9d14ad6a802b;hpb=4d67d060455919313491e904d32eb53b303dc21c;p=apps%2Fapp-templates.git 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})