Changes between Version 1 and Version 2 of Ticket #44469, comment 12
- Timestamp:
- May 8, 2015, 1:59:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44469, comment 12
v1 v2 1 1 Those two tests are failing because libical is expecting to be built in a subdirectory when the tests are run: 2 2 3 {{{ 3 4 mkdir build && cd build && cmake .. && make && make test 5 }}}