From d8af401b2ca527cab11cb794d1cbe3fd1e64ec8b Mon Sep 17 00:00:00 2001 From: Fernando Sahmkow Date: Sat, 4 Feb 2017 18:36:38 -0500 Subject: Fix Microprofile in MinGW (#2530) --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ce9a29032..306959e24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,8 +72,6 @@ if (NOT MSVC) if (MINGW) add_definitions(-DMINGW_HAS_SECURE_API) - # Microprofile causes crashes when launching titles on MinGW - add_definitions(-DMICROPROFILE_ENABLED=0) if (MINGW_STATIC_BUILD) add_definitions(-DQT_STATICPLUGIN) -- cgit v1.2.3