diff options
| author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2017-02-04 18:36:38 -0500 |
|---|---|---|
| committer | Yuri Kunde Schlesner <yuriks@yuriks.net> | 2017-02-04 15:36:38 -0800 |
| commit | d8af401b2ca527cab11cb794d1cbe3fd1e64ec8b (patch) | |
| tree | e3bd9d4c1a9f8fe1191f820b4120d5015b7471c6 /CMakeLists.txt | |
| parent | 97e06b0a0daccd3347ae1bcaf294093b5af32e85 (diff) | |
Fix Microprofile in MinGW (#2530)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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) |
