X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fcommon.cmake;h=d0ec12e91a5fd0314f3ee9721fe4661121f5b840;hb=454f835401b01a4c32b845e55eb14a19bb66e9bd;hp=5e107ac7fc7b7afa74c10a412e983c2657d1676c;hpb=367dde614dafebf976d24bcc6c0f18d8ed7348c7;p=staging%2Fxdg-launcher.git diff --git a/cmake/common.cmake b/cmake/common.cmake index 5e107ac..d0ec12e 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -38,7 +38,7 @@ endforeach() file(GLOB project_cmakefiles ${ENTRY_POINT}/cmake/[0-9][0-9]-${OSRELEASE}*.cmake ) list(SORT project_cmakefiles) -if(NOT ${project_cmakefiles}) +if(NOT project_cmakefiles) file(GLOB project_cmakefiles ${ENTRY_POINT}/cmake/[0-9][0-9]-default*.cmake) endif()