X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fcommon.cmake;h=4e34fcdb9361d3e18bbc261a7455e9dd4eaf34d7;hb=735b677e54a31a411fcb770f1f9696f0d606244d;hp=19ee6eb60af2198a25e0639a9c7142b4904c28d1;hpb=f9c0263cf8be714194a0745c19096bc97b452933;p=apps%2Fapp-templates.git diff --git a/cmake/common.cmake b/cmake/common.cmake index 19ee6eb..4e34fcd 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -31,7 +31,7 @@ list(SORT home_cmakefiles) file(GLOB system_cmakefiles /etc/app-templates/cmake.d/[0-9][0-9]-*.cmake) list(SORT system_cmakefiles) -foreach(file ${project_cmakefiles} ${home_cmakefiles} ${system_cmakefiles}) +foreach(file ${system_cmakefiles} ${home_cmakefiles} ${project_cmakefiles}) message(STATUS "Include: ${file}") include(${file}) endforeach()