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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-01-05 17:41:08 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-05 17:42:16 +0300
commitca0e663c04c81b65dcb9576752cca0bf9a4658a1 (patch)
tree99e70b8c669d1e0f2ecefac6fa8ecf37bcc77f0e /CMakeLists.txt
parent2d9ed6e7c863e938ce3b19dc62fe494efb513a0c (diff)
CMake: Fix typo in comment
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 193ac487228..7d9d515d1e5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2469,7 +2469,7 @@ if(WITH_OPENMP)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OpenMP_CXX_FLAGS}")
else()
# Typically avoid adding flags as defines but we can't
- # ass OpenMP flags to the linker for static builds, meaning
+ # pass OpenMP flags to the linker for static builds, meaning
# we can't add any OpenMP related flags to CFLAGS variables
# since they're passed to the linker as well.
add_definitions("${OpenMP_C_FLAGS}")