mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[cmake] Invert WITH_FREERDP_3x_DEPRECATED
API breaking change, with this logic the symbol needs to be manually defined by an API user. So, to fix this: * Rename to DROP_FREERDP_3x_DEPRECATED * Invert logic, so a undefined value enables the symbols
This commit is contained in:
@@ -47,7 +47,7 @@ if(FREERDP_VENDOR AND WITH_CLIENT)
|
||||
|
||||
if(APPLE)
|
||||
if(IOS)
|
||||
if(WITH_FREERDP_3x_DEPRECATED)
|
||||
if(NOT WITHOUT_FREERDP_3x_DEPRECATED)
|
||||
if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/iOS")
|
||||
message(STATUS "Adding iOS client")
|
||||
add_subdirectory(iOS)
|
||||
|
||||
Reference in New Issue
Block a user