From 1de18e93f68f83e893ae4b407e73c99dfa6eb274 Mon Sep 17 00:00:00 2001 From: fduncanh <72711181+fduncanh@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:50:02 -0400 Subject: [PATCH] Fix -DPLIST_23 -> -DPLIST_230 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 8f39393..4f5545b 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -104,7 +104,7 @@ if ( PLIST_FOUND ) message( STATUS "found libplist-${PLIST_VERSION}") pkg_check_modules ( PLIST_23 libplist-2.0>=2.3.0 ) if ( PLIST_23_FOUND ) - add_definitions( -DPLIST_23 ) + add_definitions( -DPLIST_230 ) endif() endif() target_include_directories( airplay PRIVATE ${PLIST_INCLUDE_DIRS} )