[
https://issues.apache.org/jira/browse/CELIX-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14053097#comment-14053097
]
Bjoern Petri commented on CELIX-125:
------------------------------------
I just included the CodeCovage into CMakeCelix as well and therefore removed
the according includes from utils/CMakeLists.txt and framework/CMakeLists.txt.
Now the module works fine for me.
> CMakeCelix module
> -----------------
>
> Key: CELIX-125
> URL: https://issues.apache.org/jira/browse/CELIX-125
> Project: Celix
> Issue Type: Improvement
> Reporter: Pepijn Noltes
> Assignee: Alexander Broekhuis
>
> Update the cmake directory of Celix, so that a CMakeCelix exists, can be
> installed and used by external Celix projects.
> "External" projects can use Celix CMake's by including the installed celix
> modules:
> set(CMAKE_MODULE_PATH
> ${CMAKE_MODULE_PATH}"
> ${CELIX_DIR}/share/celix/cmake/modules"
> )
> find_package(CELIX REQUIRED)
> include(CMakeCelix)
--
This message was sent by Atlassian JIRA
(v6.2#6252)