Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-672

[dispatch] cmake ignores overrides to CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      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.

      Attachments

        1. fix.patch
          0.9 kB
          Ken Giusti

        Activity

          People

            tross Ted Ross
            kgiusti Ken Giusti
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: