C++/CMake installs into /usr/local/local/
-----------------------------------------

                 Key: AVRO-902
                 URL: https://issues.apache.org/jira/browse/AVRO-902
             Project: Avro
          Issue Type: Bug
          Components: c++
    Affects Versions: 1.5.4
            Reporter: Nebojsa Sabovic


CMakeLists.txt incorrectly specifies local/lib and local/include as 
destinations for install. Since prefix is /usr/local by default, this installs 
headers and libraries under /usr/local/local. It also makes it impossible to 
install under /usr or /opt (e.g. MacPorts on OS X).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to