Fixed cmake warning
This commit is contained in:
parent
fbb44a7a34
commit
b0ff15873e
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user