diff options
author | Pete Woods <pete.woods@canonical.com> | 2016-12-07 16:52:01 +0000 |
---|---|---|
committer | Pete Woods <pete.woods@canonical.com> | 2016-12-07 16:52:01 +0000 |
commit | 0395e394c6b3656364ca7f1f4dab6e09a83d9f7f (patch) | |
tree | 04ed54a9370a41f7a13238fa3052266ff67ba654 /data | |
parent | 0dbe1c03ee413ac354d2702dc3d36925a5c0d301 (diff) | |
download | ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.tar.gz ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.tar.bz2 ayatana-indicator-sound-0395e394c6b3656364ca7f1f4dab6e09a83d9f7f.zip |
Compatibility with unversioned cmake-extras modules
Diffstat (limited to 'data')
-rw-r--r-- | data/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 9bee68b..50ed054 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -1,5 +1,5 @@ -include(UseGSettings) +find_package(GSettings) ########################### # Indicator service |