You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Shawn Hooton (JIRA)" <ji...@apache.org> on 2016/10/21 00:11:58 UTC

[jira] [Created] (MINIFI-123) CMake does not generate correct linker option when building main executable

Shawn Hooton created MINIFI-123:
-----------------------------------

             Summary: CMake does not generate correct linker option when building main executable
                 Key: MINIFI-123
                 URL: https://issues.apache.org/jira/browse/MINIFI-123
             Project: Apache NiFi MiNiFi
          Issue Type: Bug
          Components: Build
    Affects Versions: cpp-0.0.1
            Reporter: Shawn Hooton
            Priority: Minor


On the Raspbian platform (Debian based) the linker is unsuccessful in linking pthreads with the MiNiFi executable because CMake does not specify -lpthreads.  The following change should create a platform 
agnostic way of making sure posix threads are linked correctly.  This change should be compatible with
 CMake 2.8.x and above.



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