Changes between Version 1 and Version 2 of Ticket #44469, comment 12


Ignore:
Timestamp:
May 8, 2015, 1:59:40 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44469, comment 12

    v1 v2  
    11Those two tests are failing because libical is expecting to be built in a subdirectory when the tests are run:
    22
     3{{{
    34mkdir build && cd build && cmake .. && make && make test
     5}}}