summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
committerMartin Kühl <martin.kuehl@posteo.net>2021-10-28 10:25:09 +0200
commitf66e7f36ffba13e5eac5bac965f128c39642c174 (patch)
treecb695f2a0a4cdff3019cbcb0bae76b95eb3d126b /cmake
parent9b04a3076d419279ac43f165be89a9893f9f0670 (diff)
downloadlibgit2-f66e7f36ffba13e5eac5bac965f128c39642c174.tar.gz
libgit2_clar is now libgit2_tests
in #6083 the test runner was renamed to libgit2_tests, but not all references to the old name were updated. this change changes all of them to use the new name.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/IdeSplitSources.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/IdeSplitSources.cmake b/cmake/IdeSplitSources.cmake
index e2e09b4ce..396f18eb4 100644
--- a/cmake/IdeSplitSources.cmake
+++ b/cmake/IdeSplitSources.cmake
@@ -1,6 +1,6 @@
# This function splits the sources files up into their appropriate
# subdirectories. This is especially useful for IDEs like Xcode and
-# Visual Studio, so that you can navigate into the libgit2_clar project,
+# Visual Studio, so that you can navigate into the libgit2_tests project,
# and see the folders within the tests folder (instead of just seeing all
# source and tests in a single folder.)
FUNCTION(IDE_SPLIT_SOURCES target)