diff options
author | Robert Tari <robert@tari.in> | 2021-10-22 00:29:59 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-10-22 00:29:59 +0200 |
commit | 230fc5256ec811703910f51c1506fc5c369287c9 (patch) | |
tree | 31a33e607944353a6ff00f06c8b28de939b60f38 | |
parent | 5d85bacd03226ed5646e06521ba0aaf02bf2582f (diff) | |
download | ayatana-indicator-notifications-230fc5256ec811703910f51c1506fc5c369287c9.tar.gz ayatana-indicator-notifications-230fc5256ec811703910f51c1506fc5c369287c9.tar.bz2 ayatana-indicator-notifications-230fc5256ec811703910f51c1506fc5c369287c9.zip |
data/CMakeLists.txt: Do not use automatic GSchema compilation
-rw-r--r-- | data/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 2062b10..3fb8430 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -13,7 +13,6 @@ intltool_merge_translations("${SCHEMA_FILE_IN}" "${SCHEMA_FILE}" ALL UTF8 STYLE # let GSettings do the rest find_package(GSettings REQUIRED) -set(GSETTINGS_COMPILE ON) add_schema (${SCHEMA_NAME}) ## |