diff options
Diffstat (limited to 'project/cmake/addons/bootstrap/bootstrap.cmake')
| -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 | ||
