Ken Giusti created QPID-5173:
--------------------------------

             Summary: [dispatch] cmake ignores overrides to CMAKE_INCLUDE_PATH 
and CMAKE_LIBRARY_PATH
                 Key: QPID-5173
                 URL: https://issues.apache.org/jira/browse/QPID-5173
             Project: Qpid
          Issue Type: Bug
    Affects Versions: 0.24
            Reporter: Ken Giusti
            Assignee: Ted Ross
            Priority: Trivial
             Fix For: Future
         Attachments: fix.patch

I've installed proton to a non-standard location on my system.  I'm trying to 
build dispatch against it, using the CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH 
vars to set the location of my proton install, ex:

cmake -DCMAKE_INCLUDE_PATH=/home/kgiusti/work/proton/0.5/INSTALL/include 
-DCMAKE_LIBRARY_PATH=/home/kgiusti/work/proton/0.5/INSTALL/lib64 ..

This fails because the CMakeLists.txt file assigns the include_directories 
before it sets up the proton_include var.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to