summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindShairplay.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/FindShairplay.cmake')
-rw-r--r--cmake/modules/FindShairplay.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/modules/FindShairplay.cmake b/cmake/modules/FindShairplay.cmake
index 87d3107..699fb7a 100644
--- a/cmake/modules/FindShairplay.cmake
+++ b/cmake/modules/FindShairplay.cmake
@@ -46,7 +46,7 @@ endif()
46if(SHAIRPLAY_FOUND) 46if(SHAIRPLAY_FOUND)
47 set(SHAIRPLAY_LIBRARIES ${SHAIRPLAY_LIBRARY}) 47 set(SHAIRPLAY_LIBRARIES ${SHAIRPLAY_LIBRARY})
48 set(SHAIRPLAY_INCLUDE_DIRS ${SHAIRPLAY_INCLUDE_DIR}) 48 set(SHAIRPLAY_INCLUDE_DIRS ${SHAIRPLAY_INCLUDE_DIR})
49 set(SHAIRPLAY_DEFINITIONS -DHAVE_LIBSHAIRPLAY=1) 49 set(SHAIRPLAY_DEFINITIONS -DHAS_AIRTUNES=1)
50 50
51 if(NOT TARGET Shairplay::Shairplay) 51 if(NOT TARGET Shairplay::Shairplay)
52 add_library(Shairplay::Shairplay UNKNOWN IMPORTED) 52 add_library(Shairplay::Shairplay UNKNOWN IMPORTED)
@@ -56,7 +56,7 @@ if(SHAIRPLAY_FOUND)
56 endif() 56 endif()
57 set_target_properties(Shairplay::Shairplay PROPERTIES 57 set_target_properties(Shairplay::Shairplay PROPERTIES
58 INTERFACE_INCLUDE_DIRECTORIES "${SHAIRPLAY_INCLUDE_DIR}" 58 INTERFACE_INCLUDE_DIRECTORIES "${SHAIRPLAY_INCLUDE_DIR}"
59 INTERFACE_COMPILE_DEFINITIONS HAVE_LIBSHAIRPLAY=1) 59 INTERFACE_COMPILE_DEFINITIONS HAS_AIRTUNES=1)
60 endif() 60 endif()
61endif() 61endif()
62 62