Fixed cmake warning

This commit is contained in:
Deve 2019-01-03 20:53:08 +01:00
parent fbb44a7a34
commit b0ff15873e

View File

@ -4,6 +4,10 @@
cmake_minimum_required(VERSION 2.8.0)
if(NOT (CMAKE_MAJOR_VERSION VERSION_LESS 3))
cmake_policy(SET CMP0048 OLD)
endif()
# Set package properties
project(WiiUse)