From 13239eb068fc122af9338e60c144f9697c0bb2bc Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 23 Aug 2017 17:18:40 +0200 Subject: [PATCH] Fix: wrong variable detection Change-Id: Idc736c60f51e20640476202996121eefef8b8210 Signed-off-by: Romain Forlot --- cmake/common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.16.6