From ca0e663c04c81b65dcb9576752cca0bf9a4658a1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 5 Jan 2016 19:41:08 +0500 Subject: CMake: Fix typo in comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}") -- cgit v1.2.3