diff options
| author | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2016-05-01 18:06:14 +0200 |
| commit | 5823b05feb29a59510c32a9c28ca18b50b9b6399 (patch) | |
| tree | ac1603a592af9415b722b2669e04e417bd13c45c /project/cmake/addons/bootstrap | |
| parent | 88de33e1836c646ccf594ef162c258d1210fd24e (diff) | |
| download | kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.gz kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.tar.bz2 kodi-pvr-build-5823b05feb29a59510c32a9c28ca18b50b9b6399.zip | |
sync with upstream
Diffstat (limited to 'project/cmake/addons/bootstrap')
| -rw-r--r-- | project/cmake/addons/bootstrap/bootstrap.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
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() | |||
| 9 | if(NOT ADDONS_TO_BUILD) | 9 | if(NOT ADDONS_TO_BUILD) |
| 10 | set(ADDONS_TO_BUILD "all") | 10 | set(ADDONS_TO_BUILD "all") |
| 11 | else() | 11 | else() |
| 12 | string(STRIP "${ADDONS_TO_BUILD}" ADDONS_TO_BUILD) | ||
| 13 | message(STATUS "Bootstrapping following addons: ${ADDONS_TO_BUILD}") | ||
| 12 | separate_arguments(ADDONS_TO_BUILD) | 14 | separate_arguments(ADDONS_TO_BUILD) |
| 13 | endif() | 15 | endif() |
| 14 | 16 | ||
