diff options
Diffstat (limited to 'cmake/Util.cmake')
-rw-r--r-- | cmake/Util.cmake | 4 |
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) |