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-03-29 15:50:37 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-29 15:50:37 +0400
commitaa2269e065b2f3fd3e6da97103843e6ccb2cf18a (patch)
tree1916e85408318fec7ff1c23477e2060282743539 /intern/opennl
parent7a252d982411c0bf7055d7295a01bdb24d8a80ef (diff)
remove DEBUG flag from OpenNL with cmake, was giving too many prints in the console when unwrapping.
Diffstat (limited to 'intern/opennl')
-rw-r--r--intern/opennl/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt
index 7fbbfa633ce..699d2dec795 100644
--- a/intern/opennl/CMakeLists.txt
+++ b/intern/opennl/CMakeLists.txt
@@ -27,6 +27,10 @@
# External project, better not fix warnings.
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")
+
set(INC
extern
superlu