You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Pepijn Noltes (JIRA)" <ji...@apache.org> on 2014/07/01 08:58:24 UTC

[jira] [Commented] (CELIX-125) CMakeCelix module

    [ https://issues.apache.org/jira/browse/CELIX-125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14048581#comment-14048581 ] 

Pepijn Noltes commented on CELIX-125:
-------------------------------------

@Alexander. Could you check if this feature is working as intended and close the issue?

> CMakeCelix module
> -----------------
>
>                 Key: CELIX-125
>                 URL: https://issues.apache.org/jira/browse/CELIX-125
>             Project: Celix
>          Issue Type: Improvement
>            Reporter: Pepijn Noltes
>            Assignee: Pepijn Noltes
>
> 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)