Fix -DPLIST_23 -> -DPLIST_230

This commit is contained in:
fduncanh
2025-03-24 13:50:02 -04:00
committed by GitHub
parent 728b0fd961
commit 1de18e93f6

View File

@@ -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} )