[Bf-blender-cvs] [ca0e663] master: CMake: Fix typo in comment

Sergey Sharybin noreply at git.blender.org
Tue Jan 5 15:42:20 CET 2016


Commit: ca0e663c04c81b65dcb9576752cca0bf9a4658a1
Author: Sergey Sharybin
Date:   Tue Jan 5 19:41:08 2016 +0500
Branches: master
https://developer.blender.org/rBca0e663c04c81b65dcb9576752cca0bf9a4658a1

CMake: Fix typo in comment

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 193ac48..7d9d515 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}")




More information about the Bf-blender-cvs mailing list