diff options
author | montellese <montellese@kodi.tv> | 2016-04-08 19:48:37 +0200 |
---|---|---|
committer | montellese <montellese@kodi.tv> | 2016-04-08 19:48:37 +0200 |
commit | a9c0264e8bbe76c671929ae76c7d962281056dbc (patch) | |
tree | c5baad0129e42cf12faa764c75a409d9db4c4138 /project | |
parent | 360c6f142d7ebfd662e38267ff07b1dbc8085808 (diff) |
[cmake] binary addons: log the specific addons to be bootstrapped
Diffstat (limited to 'project')
-rw-r--r-- | project/cmake/addons/bootstrap/bootstrap.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
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() |