Update minimum cmake requirement to be consitent with other sources.

pull/2/head
Darrell Anderson 11 years ago
parent 2bd70e1164
commit 03829b0f83

@ -11,7 +11,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
# Need 2.4.3 for its KDE3 support
# Need 2.4.4 for its fixed KDE3 support
cmake_minimum_required(VERSION 2.4.4)
cmake_minimum_required(VERSION 2.8 )
CONFIGURE_FILE(
"${CMAKE_CURRENT_SOURCE_DIR}/cmake_uninstall.cmake.in"

Loading…
Cancel
Save