Unverified Commit 3afa1ede by Edward Thomson Committed by GitHub

Merge pull request #4931 from tiennou/cmake/osx-deprecated-warn

Remove unconditional -Wno-deprecated-declaration on macOS
parents 1305cd4e 2cc66dd5
......@@ -235,9 +235,6 @@ ELSE ()
ENABLE_WARNINGS(int-conversion)
DISABLE_WARNINGS(documentation-deprecated-sync)
IF (APPLE) # Apple deprecated OpenSSL
DISABLE_WARNINGS(deprecated-declarations)
ENDIF()
IF (PROFILE)
SET(CMAKE_C_FLAGS "-pg ${CMAKE_C_FLAGS}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment