From de031182cb49d2d0a84a09cc12c50cc6d05a37dd Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 21 Aug 2017 22:33:03 +0200 Subject: Add macros to make a 2nd pass on required module Useful when adding module dependant of distro as they do not named their packages the same way... Change-Id: I0422ce4cdad48f9e815d24510376ad11941d5e3d Signed-off-by: Romain Forlot --- cmake/common.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake/common.cmake') diff --git a/cmake/common.cmake b/cmake/common.cmake index 06d04c6..1a7a2f0 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -36,7 +36,6 @@ foreach(file ${system_cmakefiles} ${home_cmakefiles} ${project_cmakefiles}) include(${file}) endforeach() -message(STATUS "${ENTRY_POINT}/cmake/[0-9][0-9]-${OSRELEASE}*.cmake") file(GLOB project_cmakefiles ${ENTRY_POINT}/cmake/[0-9][0-9]-common*.cmake ${ENTRY_POINT}/cmake/[0-9][0-9]-${OSRELEASE}*.cmake ) list(SORT project_cmakefiles) foreach(file ${project_cmakefiles}) -- cgit 1.2.3-korg