PengZheng opened a new issue #383: URL: https://github.com/apache/celix/issues/383
I found that [0c64ca6a1a97b6f997d1d7773d1c53c79c102bbd](https://github.com/apache/celix/commit/0c64ca6a1a97b6f997d1d7773d1c53c79c102bbd) introduced the following CMake error: ```bash cmake -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON -DENABLE_TESTING:BOOL=FALSE -DENABLE_ADDRESS_SANITIZER:BOOL=ON -DBUILD_RSA_DISCOVERY_ETCD:BOOL=ON -DBUILD_RSA_REMOTE_SERVICE_ADMIN_DFI:BOOL=ON -G "Unix Makefiles" /home/peng/Downloads/git/mycelix -- Using jar to create bundles CMake Error at cmake/cmake_celix/ContainerPackaging.cmake:424 (message): Cannot add bundle in container remote-services-dfi. Provided bundle is not a abs path to an existing file nor a cmake target (Celix::rsa_discovery_etcd). Call Stack (most recent call first): cmake/cmake_celix/ContainerPackaging.cmake:528 (celix_container_bundles_dir) cmake/cmake_celix/ContainerPackaging.cmake:327 (celix_container_bundles) bundles/remote_services/examples/CMakeLists.txt:52 (add_celix_container) -- Configuring incomplete, errors occurred! See also "/home/peng/Downloads/git/mycelix/build/Debug/CMakeFiles/CMakeOutput.log". ``` Should `add_subdirectory(examples)` be moved to its original place? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
