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:
authorCampbell Barton <ideasman42@gmail.com>2011-10-27 11:26:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-27 11:26:41 +0400
commitc936c61bace7892950c33f7aa93a92fc719dfca9 (patch)
tree080ce035a69c00f7be449d79ea29cab159cb1e68 /intern/opennl
parent6aaccb69cc763e6a7742f0ca9ef7daa798072f04 (diff)
tweak remove_strict_flags so it can be used with gcc's -Wall
Diffstat (limited to 'intern/opennl')
-rw-r--r--intern/opennl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt
index f146a96928e..231802b31f2 100644
--- a/intern/opennl/CMakeLists.txt
+++ b/intern/opennl/CMakeLists.txt
@@ -28,7 +28,7 @@ remove_strict_flags()
# remove debug flag here since this is not a blender maintained library
# and debug gives a lot of prints on UV unwrapping. developers can enable if they need to.
-remove_flag("-DDEBUG")
+remove_cc_flag("-DDEBUG")
# quiet compiler warnings about undefined defines