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>2010-12-16 15:48:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-12-16 15:48:30 +0300
commit566bda734acdb45f6f3244e9d1d96817dca5ff14 (patch)
treee8612f8e8cf5b213e26cbb51b2b3f70f7eda0a0e /source/blender/makesdna
parentd3070ad9acbc416f416fac567d651f763a31e31d (diff)
last commit to fix warnings didnt set them at all, not it works as it should.
also made cmakes output a lot quieter, messages can be uncommented for debugging or added back if other devs need this for some reason.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/intern/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/intern/CMakeLists.txt b/source/blender/makesdna/intern/CMakeLists.txt
index 8329c28d42e..b6b2d2d2a13 100644
--- a/source/blender/makesdna/intern/CMakeLists.txt
+++ b/source/blender/makesdna/intern/CMakeLists.txt
@@ -24,6 +24,8 @@
#
# ***** END GPL LICENSE BLOCK *****
+# message(STATUS "Configuring makesdna")
+
include_directories(../../../../intern/guardedalloc ..)
# Build makesdna executable
@@ -115,5 +117,3 @@ set(SRC
)
blenderlib(bf_dna "${SRC}" "${INC}")
-
-message(STATUS "Configuring makesdna")