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-08 12:47:19 +0100
commitf4410e0dcde4b9e177dbe4620edd99a11abed963 (patch)
tree5479342c15c56f45be35b3db5f952f1ffbf3e816 /src/CMakeLists.txt
parent99e774d52a1095df0415b0906a9622f3ff9e9229 (diff)
downloadayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.tar.gz
ayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.tar.bz2
ayatana-indicator-sound-f4410e0dcde4b9e177dbe4620edd99a11abed963.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()