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 1797
Collapse All | Expand All

(-)kpilot/CMakeLists.txt (-1 / +1 lines)
Lines 11-17 Link Here
11
11
12
# Need 2.4.3 for its KDE3 support
12
# Need 2.4.3 for its KDE3 support
13
# Need 2.4.4 for its fixed KDE3 support
13
# Need 2.4.4 for its fixed KDE3 support
14
cmake_minimum_required(VERSION 2.4.4)
14
cmake_minimum_required(VERSION 2.8 )
15
15
16
CONFIGURE_FILE(
16
CONFIGURE_FILE(
17
  "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"
17
  "${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"

Return to bug 1797