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-20 11:49:40 -0500
commit7efd54c14627bccb300c7b527b03490e9f61620b (patch)
treec9b74c9197c174f548b570c8042abe8056723302 /CMakeLists.txt
parent291d3fefa809676eb892b4f0396b93451e99ea38 (diff)
downloadlibical-git-7efd54c14627bccb300c7b527b03490e9f61620b.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 151e54ba..462a52f1 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.