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 7a4e5e0d044dc90c61d186f9db365c39ee0d7fff
Author: PengZheng <[email protected]>
AuthorDate: Fri Mar 4 10:58:52 2022 +0800

    Revert "cxx_remote_service_admin as a separate subproject."
    
    This reverts commit 58a2f881d8f76647e8349ecb24f7c8dd55165ce1.
---
 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 13acd00..ac98684 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(CXX_REMOTE_SERVICE_ADMIN "Option to enable building the C++17 
Remote Service Admin Service bundles" OFF)
-if (CXX_REMOTE_SERVICE_ADMIN)
+celix_subproject(REMOTE_SERVICE_ADMIN "Option to enable building the C++17 
Remote Service Admin Service bundles" OFF)
+if (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)

Reply via email to