pnoltes commented on issue #196: Support multiple build configurations
URL: https://github.com/apache/celix/issues/196#issuecomment-613872314
 
 
   We have to do some work for the exported bundles target.
   
   The following part:
   ```CMake
   #export targets
   install(EXPORT celix NAMESPACE Celix:: DESTINATION share/celix/cmake FILE 
Targets.cmake COMPONENT cmake)
   install_celix_targets(celix NAMESPACE Celix:: DESTINATION share/celix/cmake 
FILE CelixTargets.cmake COMPONENT cmake)
   ```
   
   
   Generates a Targets.cmake and (if I am correct) a 
Targets-<CMAKE_BUILD_TYPE>.cmake. So this supports multiple build 
configurations. 
   The celix command now only generated a CelixTargets.cmake, no 
CelixTargets-<CMAKE_BUILD_TYPE>.cmake. 
   This should also be addressed -> mimic behaviour of install(EXPORT ...)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to