Todd Lipcon created AVRO-1189:
---------------------------------

             Summary: cpp build requires cmake 2.8.4
                 Key: AVRO-1189
                 URL: https://issues.apache.org/jira/browse/AVRO-1189
             Project: Avro
          Issue Type: Bug
          Components: build, c++
    Affects Versions: 1.7.2
            Reporter: Todd Lipcon


The cmake_minimum_required setting for the C++ build is 2.6, but when I try to 
compile using cmake 2.8.2 I get an error because add_test doesn't understand 
the WORKING_DIRECTORY property. It turns out this was added in cmake 2.8.4. The 
CMakeLists.txt should either be updated to use some kind of workaround, or bump 
the minimum requirement to 2.8.4

--
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

Reply via email to