From 5823b05feb29a59510c32a9c28ca18b50b9b6399 Mon Sep 17 00:00:00 2001 From: manuel Date: Sun, 1 May 2016 18:06:14 +0200 Subject: sync with upstream --- project/cmake/addons/bootstrap/bootstrap.cmake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/cmake/addons/bootstrap/bootstrap.cmake') diff --git a/project/cmake/addons/bootstrap/bootstrap.cmake b/project/cmake/addons/bootstrap/bootstrap.cmake index c78910c..25e8aa2 100644 --- a/project/cmake/addons/bootstrap/bootstrap.cmake +++ b/project/cmake/addons/bootstrap/bootstrap.cmake @@ -9,6 +9,8 @@ endif() 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