mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-22 01:24:29 +00:00
Attempt fix for cmake warning spam on Windows
This commit is contained in:
@@ -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 ########
|
||||
|
||||
Reference in New Issue
Block a user