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:
authorTom Musgrove <LetterRip@gmail.com>2012-01-02 02:23:08 +0400
committerTom Musgrove <LetterRip@gmail.com>2012-01-02 02:23:08 +0400
commitaf54c83d28f5e8fd21d92a577bfad20f97ee75f6 (patch)
tree653d9b680ce6a014708ed9edb5a912c19a0ddb3e /CMakeLists.txt
parentab4a93f2bc02c77ae6e82181dcc71bc04a7a2288 (diff)
left out one tiny word...
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 15a5e9d2744..24a117d6104 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1410,7 +1410,7 @@ if(CMAKE_COMPILER_IS_GNUCC)
ADD_CHECK_C_COMPILER_FLAG(CC_REMOVE_STRICT_FLAGS C_WARN_NO_UNUSED_PARAMETER -Wno-unused-parameter)
if(NOT APPLE)
- ADD_CHECK_C_COMPILER_FLAG(CC_REMOVE_STRICT_FLAGS C_WARN_NO_UNUSED_BUT_SET_VARIABLE -Wno-error=unused-but-set-variable)
+ ADD_CHECK_C_COMPILER_FLAG(CC_REMOVE_STRICT_FLAGS C_WARN_NO_ERROR_UNUSED_BUT_SET_VARIABLE -Wno-error=unused-but-set-variable)
endif()
elseif(CMAKE_C_COMPILER_ID MATCHES "Intel")