summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-18 18:14:36 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-18 18:14:36 -0500
commitb8c247f50b5798efb851fb81f6f9e8a34745a593 (patch)
tree5e3ee9a8d3e45a6e18a1cfc5fe298d7963d03f96 /CMakeLists.txt
parentc45ad5d2d9143451c161e18af22edbba507be319 (diff)
downloadlibical-git-b8c247f50b5798efb851fb81f6f9e8a34745a593.tar.gz
Remove doc/UsingLibical.txt in favor of doc/UsingLibical.md
no need to maintain 2 documetation files with the same content.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ae1f08f6..1b06ea91 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# This is the top-level CMakeLists.txt file for the libical project.
#
# Pass the following variables to cmake to control the build:
-# (See doc/UsingLibical.txt for more information)
+# (See doc/UsingLibical.md for more information)
#
# -DWITH_CXX_BINDINGS=[true|false]
# Build the C++ bindings.