Commit 634dd91b authored by Fabio Bas's avatar Fabio Bas
Browse files

Set some cmake policies to mute cmake warnings

parent 62ca6130
......@@ -7,6 +7,14 @@
cmake_minimum_required(VERSION 2.6)
if(POLICY CMP0043)
cmake_policy(SET CMP0043 OLD)
endif()
if(POLICY CMP0048)
cmake_policy(SET CMP0048 OLD)
endif()
set(PROJECT_NAME "Cockatrice")
set(PROJECT_VERSION_MAJOR 0)
set(PROJECT_VERSION_MINOR 0)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment