mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
Fix -DPLIST_23 -> -DPLIST_230
This commit is contained in:
@@ -104,7 +104,7 @@ if ( PLIST_FOUND )
|
|||||||
message( STATUS "found libplist-${PLIST_VERSION}")
|
message( STATUS "found libplist-${PLIST_VERSION}")
|
||||||
pkg_check_modules ( PLIST_23 libplist-2.0>=2.3.0 )
|
pkg_check_modules ( PLIST_23 libplist-2.0>=2.3.0 )
|
||||||
if ( PLIST_23_FOUND )
|
if ( PLIST_23_FOUND )
|
||||||
add_definitions( -DPLIST_23 )
|
add_definitions( -DPLIST_230 )
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
target_include_directories( airplay PRIVATE ${PLIST_INCLUDE_DIRS} )
|
target_include_directories( airplay PRIVATE ${PLIST_INCLUDE_DIRS} )
|
||||||
|
|||||||
Reference in New Issue
Block a user