From a9c0264e8bbe76c671929ae76c7d962281056dbc Mon Sep 17 00:00:00 2001 From: montellese Date: Fri, 8 Apr 2016 19:48:37 +0200 Subject: [cmake] binary addons: log the specific addons to be bootstrapped --- project/cmake/addons/bootstrap/bootstrap.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'project') diff --git a/project/cmake/addons/bootstrap/bootstrap.cmake b/project/cmake/addons/bootstrap/bootstrap.cmake index 57cf174130..25e8aa2ed9 100644 --- a/project/cmake/addons/bootstrap/bootstrap.cmake +++ b/project/cmake/addons/bootstrap/bootstrap.cmake @@ -10,6 +10,7 @@ if(NOT ADDONS_TO_BUILD) set(ADDONS_TO_BUILD "all") else() string(STRIP "${ADDONS_TO_BUILD}" ADDONS_TO_BUILD) + message(STATUS "Bootstrapping following addons: ${ADDONS_TO_BUILD}") separate_arguments(ADDONS_TO_BUILD) endif() -- cgit v1.2.3