docs: small fixes (#26154)

This commit is contained in:
dundargoc
2023-11-27 10:43:13 +01:00
committed by GitHub
parent 574d25642f
commit 2c16c6a6c4
8 changed files with 15 additions and 15 deletions

View File

@ -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)