mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 18:54:13 +00:00
remove sha512, move md5 to thirdparty (#1443)
title. Tested that Auth runs and I can login still.
This commit is contained in:
6
thirdparty/MD5/CMakeLists.txt
vendored
Normal file
6
thirdparty/MD5/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
add_library(MD5 "MD5.cpp")
|
||||
|
||||
# Disable deprecation warnings on MD5.cpp for Apple Clang
|
||||
if (APPLE)
|
||||
set_source_files_properties("MD5.cpp" PROPERTIES COMPILE_FLAGS "-Wno-deprecated-declarations")
|
||||
endif()
|
Reference in New Issue
Block a user