Skip to content

Commit

Permalink
Build: actual recommended cmake is 2.8.11, not 2.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
scztt committed Jun 20, 2014
1 parent 491a0dc commit d6d78a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Linux")
set(LINUX 1)
endif()

cmake_minimum_required (VERSION 2.9)
cmake_minimum_required (VERSION 2.8.11)

include("SCVersion.txt")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}${PROJECT_VERSION_PATCH}")
Expand Down
2 changes: 1 addition & 1 deletion README_LINUX.md
Expand Up @@ -33,7 +33,7 @@ Build requirements
* http://www.mega-nerd.com/libsndfile
* _the_ soundfile i/o library

* cmake >= 2.9
* cmake >= 2.8.11
* http://www.cmake.org
* cross-platform build system

Expand Down

0 comments on commit d6d78a0

Please sign in to comment.