Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorfreddii <freddii@users.noreply.github.com>2021-01-21 00:17:38 +0300
committerfreddii <freddii@users.noreply.github.com>2021-01-21 00:17:38 +0300
commit9889a0fa993dd907abb6cebd4609d9447c05f0d2 (patch)
treeeeb0199252f570d464b859689b6fd4d8e24555a1 /cmake
parent4b36f0f9a7892d03fbac4f40f4862cfb3ab46504 (diff)
DOCS: fixed typos
Diffstat (limited to 'cmake')
-rw-r--r--cmake/compiler.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/compiler.cmake b/cmake/compiler.cmake
index 71650f92b..cf74553f7 100644
--- a/cmake/compiler.cmake
+++ b/cmake/compiler.cmake
@@ -25,7 +25,7 @@ if(MSVC)
)
if(32_BIT)
- # SSE2 code is generated by default, unless an explict arch is set.
+ # SSE2 code is generated by default, unless an explicit arch is set.
# Our 32 bit binaries should not contain any SSE2 code, so override the default.
add_compile_options("-arch:SSE")
endif()