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

ASF GitHub Bot commented on MINIFI-34:
--------------------------------------

Github user trixpan commented on the issue:

    https://github.com/apache/nifi-minifi-cpp/pull/18
  
    @apiri we are very close. 
    
    The current issue now is the use of `INTERFACE `(libminifi). This feature 
is only available when running CMake 3 (not available on RHEL6 and also not on 
Ubuntu LTS).
    
    Also, you will see a few adjustments around `VERSION`.
    
     The CMake policy required for that to work is not available on CMake 2.x 
(again, RHEL6 & Ubuntu LTS), reason why we saw 
[this](https://travis-ci.org/apache/nifi-minifi-cpp/builds/165648184#L629):
    
    I left the code as a condition but I reckon we will have to get rid of it 
in the long run in order to achieve better compatibility.


> Establish build system for MiNiFi C++
> -------------------------------------
>
>                 Key: MINIFI-34
>                 URL: https://issues.apache.org/jira/browse/MINIFI-34
>             Project: Apache NiFi MiNiFi
>          Issue Type: Task
>          Components: Build
>            Reporter: Aldrin Piri
>            Assignee: Aldrin Piri
>              Labels: C++, native
>
> Given the need to run on varied and disparate environments, a build procedure 
> is imperative in ensuring consistent project compilation and in assisting 
> folks in contributing.  There are a few tools that go beyond a Makefile to 
> aid in this process.  Among these are Autotools, CMake, and Scons
> Key things to keep in mind are the need to support deployment and development 
> in Windows, Linux and OS X.  This likely precludes Autotools without 
> significant effort to work in Windows environments. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to