We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e4d49 commit 502312fCopy full SHA for 502312f
CMakeLists.txt
@@ -45,6 +45,12 @@ elseif (APPLE)
45
PRIVATE
46
"src/keychain_mac.cpp")
47
48
+ # We're using the deprecated "Legacy Password Storage" API
49
+ # (SecKeychainFindGenericPassword and friends)
50
+ target_compile_options(${PROJECT_NAME}
51
+ PRIVATE
52
+ "-Wno-error=deprecated-declarations")
53
+
54
find_library(COREFOUNDATION_LIBRARY CoreFoundation REQUIRED)
55
find_library(SECURITY_LIBRARY Security REQUIRED)
56
0 commit comments