mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-16 07:47:22 +01:00
cmake: minimum version to 2.6
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
0a6927a862
commit
8d1695c51e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ IF(NOT EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/awesomeConfig.cmake)
|
|||
MESSAGE(FATAL "Please provide awesomeConfig.cmake")
|
||||
ENDIF()
|
||||
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
|
||||
|
||||
INCLUDE(awesomeConfig.cmake)
|
||||
|
||||
|
|
Loading…
Reference in a new issue