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
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/compiler.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()