aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMake
diff options
context:
space:
mode:
authorKnorpelSenf <shtrog@gmail.com>2022-01-24 13:01:35 +0100
committerAliaksei Levin <22669599+levlam@users.noreply.github.com>2022-01-25 16:07:36 +0300
commit789b9c0a554d779945db027fd2612909c676345f (patch)
tree94395a3c73551b99ff5a4e18715d8d9417d9c189 /CMake
parent3f4c79dc807c1c53dac06b5f403b8c5a2cc0c236 (diff)
Fix much typos
Diffstat (limited to 'CMake')
-rw-r--r--CMake/TdSetUpCompiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/TdSetUpCompiler.cmake b/CMake/TdSetUpCompiler.cmake
index b31c7f049..67320174e 100644
--- a/CMake/TdSetUpCompiler.cmake
+++ b/CMake/TdSetUpCompiler.cmake
@@ -134,7 +134,7 @@ function(td_set_up_compiler)
endif()
if (GCC AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 7.0))
- add_cxx_compiler_flag("-Wno-maybe-uninitialized") # too much false positives
+ add_cxx_compiler_flag("-Wno-maybe-uninitialized") # too many false positives
endif()
if (WIN32 AND GCC AND NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0))
# warns about casts of function pointers returned by GetProcAddress