diff options
author | Pete Woods <pete.woods@canonical.com> | 2017-01-09 14:19:36 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2017-01-09 14:19:36 +0000 |
commit | 71d13182414e699466dbe75786e430fbaf32e8f3 (patch) | |
tree | 11de8c557336b545995c83293d3c241c9b61abe9 /data/CMakeLists.txt | |
parent | 0dbe1c03ee413ac354d2702dc3d36925a5c0d301 (diff) | |
parent | b79a89c19466c520d9fa2d241de84c9471ce59c7 (diff) | |
download | ayatana-indicator-sound-71d13182414e699466dbe75786e430fbaf32e8f3.tar.gz ayatana-indicator-sound-71d13182414e699466dbe75786e430fbaf32e8f3.tar.bz2 ayatana-indicator-sound-71d13182414e699466dbe75786e430fbaf32e8f3.zip |
Compatibility with unversioned cmake-extras modules (LP: #1563573)
Diffstat (limited to 'data/CMakeLists.txt')
-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 |