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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---