NOISSUE remove macOS SSL workarounds

Should not be necessary anymore...
This commit is contained in:
Petr Mrázek
2017-04-25 23:03:11 +02:00
parent 4fa3e2a714
commit 6fe9258161
7 changed files with 1 additions and 172 deletions

View File

@ -313,18 +313,8 @@ set(MULTIMC_QRCS
resources/pe_blue/pe_blue.qrc
resources/OSX/OSX.qrc
resources/iOS/iOS.qrc
resources/certs/certs.qrc
)
set(MultiMC_OSX_source
CertWorkaround.cpp
CertWorkaround.h
)
if(APPLE)
list(APPEND MULTIMC_SOURCES ${MultiMC_OSX_source})
endif()
######## Windows resource files ########
if(WIN32)
set(MULTIMC_RCS resources/multimc.rc)