Changes between Initial Version and Version 1 of Ticket #48780, comment 1


Ignore:
Timestamp:
Sep 7, 2015, 5:29:58 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #48780, comment 1

    initial v1  
    22
    33Reverting to cmake 3.3.0 works fine.
     4{{{
    45cmake @3.3.0_0 (active)
    5 
     6}}}
    67
    78
    89Replying to [ticket:48780 alexandre@…]:
    9 > cmake 3.3.1requires libcurl that isn't available in macports (at least at this moment)
     10> cmake 3.3.1 requires libcurl that isn't available in macports (at least at this moment)
    1011>
     12> {{{
    1113> # cmake .
    1214>
     
    1517>   Reason: Incompatible library version: cmake requires version 9.0.0 or later, but libcurl.4.dylib provides version 8.0.0
    1618> make: *** [cmake_check_build_system] Trace/BPT trap: 5
     19> }}}
    1720>
    1821> Reverting to cmake 3.3.1 works fine.
     22> {{{
    1923> cmake @3.3.1_0 (active)
    20 >
    21 >
    22 >
     24> }}}