From: Romain Forlot Date: Wed, 23 Aug 2017 15:18:40 +0000 (+0200) Subject: Fix: wrong variable detection X-Git-Tag: 4.99.1~35 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=13239eb068fc122af9338e60c144f9697c0bb2bc;p=staging%2Fxdg-launcher.git Fix: wrong variable detection Change-Id: Idc736c60f51e20640476202996121eefef8b8210 Signed-off-by: Romain Forlot --- 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()