summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmake/common.cmake2
1 files changed, 1 insertions, 1 deletions
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()