diff options
author | Allen Winter <allen.winter@kdab.com> | 2018-11-11 20:15:26 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2018-11-11 20:15:26 -0500 |
commit | 3803f98e56f1495d8fc414ae203923e0888feb14 (patch) | |
tree | 98969a4c51d4b02f1295ccb125e0ce1f332b75cf /doc | |
parent | 153e2eb4d5990acfa9d46968ec1594bd9eee21fc (diff) | |
download | libical-git-3803f98e56f1495d8fc414ae203923e0888feb14.tar.gz |
various - cleanup after the new ENABLE_GTK_DOC option
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/libical-glib/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/libical-glib/CMakeLists.txt b/doc/reference/libical-glib/CMakeLists.txt index e1a6a4eb..ca58244c 100644 --- a/doc/reference/libical-glib/CMakeLists.txt +++ b/doc/reference/libical-glib/CMakeLists.txt @@ -30,4 +30,4 @@ if(ENABLE_GTK_DOC) add_gtkdoc(libical-glib libical-glib "LIBICAL_GLIB_DISABLE_DEPRECATED" SOURCEDIRS DEPENDENCIES IGNORE_HEADERS) -endif(ENABLE_GTK_DOC) +endif() |