diff options
author | wsnipex <wsnipex@a1.net> | 2017-01-15 09:49:36 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2017-01-15 09:49:36 +0100 |
commit | 8a58663f0c0f0a0feaf4a8ccc727b4a527bb10a4 (patch) | |
tree | 03cbe8f807e5792cab9c9248c264eced637380e2 /cmake | |
parent | a71741f4868524a48ea599cdcae6de5703821d07 (diff) |
[binary-addons] bootstrap: don't filter addons when auto bootstrapping addon definitions
fixes "no addon found" errors when trying to build addons that were filtered during the first implicit bootstrap
and therefore no definition file exists
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/addons/bootstrap/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/addons/bootstrap/CMakeLists.txt b/cmake/addons/bootstrap/CMakeLists.txt index c20b97efca..66b7e3d16c 100644 --- a/cmake/addons/bootstrap/CMakeLists.txt +++ b/cmake/addons/bootstrap/CMakeLists.txt @@ -50,7 +50,6 @@ function(bootstrap_repo repo_id repo_url repo_revision) -DCMAKE_PREFIX_PATH=${CMAKE_PREFIX_PATH} -DPROJECT_SOURCE_DIR=<SOURCE_DIR> -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} - -DADDONS_TO_BUILD=${ADDONS_TO_BUILD} -P ${PROJECT_SOURCE_DIR}/Bootstrap.cmake ) endfunction() |