aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-11-03 20:46:46 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-11-05 13:43:51 +0100
commitf3863a917df35d6e41459e9b12e0ca1bf328910b (patch)
tree06d125867f1a746f7955fb05b63020412d1c2dc9 /src/CMakeLists.txt
parentd792866d95550f9fdc7db365f46ae0a9245be954 (diff)
downloadayatana-indicator-sound-f3863a917df35d6e41459e9b12e0ca1bf328910b.tar.gz
ayatana-indicator-sound-f3863a917df35d6e41459e9b12e0ca1bf328910b.tar.bz2
ayatana-indicator-sound-f3863a917df35d6e41459e9b12e0ca1bf328910b.zip
Rename UNITY_API*
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f886f81..6706222 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -313,7 +313,7 @@ install(
RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBEXECDIR}/ayatana-indicator-sound/
)
-if(UNITY_API_FOUND)
+if(LOMIRI_API_FOUND)
add_subdirectory(gmenuharness)
endif()