You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pe...@apache.org on 2022/03/04 04:54:31 UTC

[celix] 01/05: cxx_remote_service_admin as a separate subproject.

This is an automated email from the ASF dual-hosted git repository.

pengzheng pushed a commit to branch feature/conan_support
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 58a2f881d8f76647e8349ecb24f7c8dd55165ce1
Author: PengZheng <ho...@gmail.com>
AuthorDate: Tue Mar 1 12:44:12 2022 +0800

    cxx_remote_service_admin as a separate subproject.
    
    It used GPLv3ed zmq by default, which cannot be included in most proprietary softwares deployed in embedded device.
---
 bundles/cxx_remote_services/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bundles/cxx_remote_services/CMakeLists.txt b/bundles/cxx_remote_services/CMakeLists.txt
index ac98684..13acd00 100644
--- a/bundles/cxx_remote_services/CMakeLists.txt
+++ b/bundles/cxx_remote_services/CMakeLists.txt
@@ -15,8 +15,8 @@
 # specific language governing permissions and limitations
 # under the License.
 
-celix_subproject(REMOTE_SERVICE_ADMIN "Option to enable building the C++17 Remote Service Admin Service bundles" OFF)
-if (REMOTE_SERVICE_ADMIN)
+celix_subproject(CXX_REMOTE_SERVICE_ADMIN "Option to enable building the C++17 Remote Service Admin Service bundles" OFF)
+if (CXX_REMOTE_SERVICE_ADMIN)
     message(STATUS  "The C++ Remote Service Admin is still experimental; The API, SPI and implementation is not stable and will change")
 
     add_subdirectory(rsa_spi)