aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-27 10:43:13 +0100
committerGitHub <noreply@github.com>2023-11-27 17:43:13 +0800
commit2c16c6a6c42f46e290df5441c37572f296aeb09f (patch)
tree4dc8b602dd210372621ba278297be2fd997709ec /cmake
parent574d25642fc9ca65b396633aeab6e2d32778b642 (diff)
downloadrneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.tar.gz
rneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.tar.bz2
rneovim-2c16c6a6c42f46e290df5441c37572f296aeb09f.zip
docs: small fixes (#26154)
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Util.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Util.cmake b/cmake/Util.cmake
index 0d6fa2a4ce..01d34d6752 100644
--- a/cmake/Util.cmake
+++ b/cmake/Util.cmake
@@ -162,8 +162,8 @@ endfunction()
# cmake -B build
# cmake --build build --config Release
#
-# Passing CMAKE_BUILD_TYPE for multi-config generators will now not only
-# not be used, but also generate a warning for the user.
+# Passing CMAKE_BUILD_TYPE for multi-config generators will not only not be
+# used, but also generate a warning for the user.
function(set_default_buildtype)
set(allowableBuildTypes Debug Release MinSizeRel RelWithDebInfo)