Fixed cygwin warning

This commit is contained in:
Deve 2018-01-07 21:15:08 +01:00
parent 9afbf9a772
commit 92f7caf696

View File

@ -1,8 +1,9 @@
cmake_minimum_required(VERSION 2.8.4)
# root CMakeLists for the SuperTuxKart project
project(SuperTuxKart)
set(PROJECT_VERSION "git")
cmake_minimum_required(VERSION 2.8.4)
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
cmake_policy(SET CMP0043 OLD)
endif()