Jiri Daněk created PROTON-1974:
----------------------------------

             Summary: Libraries are not being correctly detected in CMake build 
scripts when old CMake is used
                 Key: PROTON-1974
                 URL: https://issues.apache.org/jira/browse/PROTON-1974
             Project: Qpid Proton
          Issue Type: Bug
          Components: build, proton-c
    Affects Versions: proton-c-0.26.0, proton-c-0.25.0
         Environment: RHEL 7, CMake 2.8.12.2
            Reporter: Jiri Daněk


On CMake 2.8.12.2, function {{find_package_handle_standard_args}} sets (by 
default) only the {{<PACKAGENAME>_FOUND}} variable. With newer versions, such 
as 3.12.1, both the uppercased, as well as the unmodified 
((<PackageName>_FOUND}} are set. Proton examines the unmodified variable.

As a result, with older CMake, optional libraries such as Cyrus SASL are 
detected by CMake, but then are not used by proton-c, as if they were not 
present on the system.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to