From 4830f27a40323fe859dc166337a2b861877b7121 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 1 Jan 2018 13:40:09 +0100 Subject: sync with upstream --- cmake/modules/FindPlist.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmake/modules/FindPlist.cmake') diff --git a/cmake/modules/FindPlist.cmake b/cmake/modules/FindPlist.cmake index 862da46..0664c10 100644 --- a/cmake/modules/FindPlist.cmake +++ b/cmake/modules/FindPlist.cmake @@ -41,7 +41,7 @@ endif() if(PLIST_FOUND) set(PLIST_LIBRARIES ${PLIST_LIBRARY}) set(PLIST_INCLUDE_DIRS ${PLIST_INCLUDE_DIR}) - set(PLIST_DEFINITIONS -DHAVE_LIBPLIST=1) + set(PLIST_DEFINITIONS -DHAS_AIRPLAY=1) if(NOT TARGET Plist::Plist) add_library(Plist::Plist UNKNOWN IMPORTED) @@ -51,7 +51,7 @@ if(PLIST_FOUND) endif() set_target_properties(Plist::Plist PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${PLIST_INCLUDE_DIR}" - INTERFACE_COMPILE_DEFINITIONS HAVE_LIBPLIST=1) + INTERFACE_COMPILE_DEFINITIONS HAS_AIRPLAY=1) endif() endif() -- cgit v1.2.3