By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2719
Collapse All | Expand All

(-)tests.old/CMakeLists.txt (+2 lines)
Lines 18-23 Link Here
18
  ${CMAKE_SOURCE_DIR}/libkcal
18
  ${CMAKE_SOURCE_DIR}/libkcal
19
  ${CMAKE_BINARY_DIR}/libicalss
19
  ${CMAKE_BINARY_DIR}/libicalss
20
  ${CMAKE_SOURCE_DIR}/libicalss
20
  ${CMAKE_SOURCE_DIR}/libicalss
21
  ${CMAKE_BINARY_DIR}/libtdepim
22
  ${CMAKE_SOURCE_DIR}/libtdepim
21
  ${CMAKE_BINARY_DIR}/libkcal/tests
23
  ${CMAKE_BINARY_DIR}/libkcal/tests
22
)
24
)
23
25

Return to bug 2719