From 8c36e69b06004a446d69fd3c529172030a449651 Mon Sep 17 00:00:00 2001 From: Sky Date: Thu, 26 Sep 2013 12:49:58 +0100 Subject: Attempt fix for cmake warning spam on Windows --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f16a5620..ffa04b88 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,8 @@ cmake_minimum_required(VERSION 2.8.9) + +# In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows +cmake_policy(SET CMP0020 OLD) + project(MultiMC) ######## Set CMake options ######## -- cgit v1.2.3