Skip to content

Commit

Permalink
Set minimum required CMake version to 2.6.0, as misc/FindCurses.cmake…
Browse files Browse the repository at this point in the history
… includes FindPackageHandleStandardArgs.cmake which was introduced with CMake 2.6.0
  • Loading branch information
kratz00 committed Jan 16, 2015
1 parent 98a0053 commit 21c3cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -24,7 +24,7 @@ ELSE(NOT BEOS)
PROJECT(MojoSetup CXX)
ENDIF(NOT BEOS)

CMAKE_MINIMUM_REQUIRED(VERSION 2.4.4)
CMAKE_MINIMUM_REQUIRED(VERSION 2.6.0)

# !!! FIXME: correct this to new policy and bump minimum cmake requirement.
IF(COMMAND CMAKE_POLICY)
Expand Down

0 comments on commit 21c3cd9

Please sign in to comment.