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/makesrna/intern/CMakeLists.txt
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/makesrna/intern/CMakeLists.txt')
-rw-r--r--source/blender/makesrna/intern/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/CMakeLists.txt b/source/blender/makesrna/intern/CMakeLists.txt
index 3d189edb2f2..4794e98285e 100644
--- a/source/blender/makesrna/intern/CMakeLists.txt
+++ b/source/blender/makesrna/intern/CMakeLists.txt
@@ -27,7 +27,7 @@
# Generated code has some unused vars we can ignore.
remove_strict_flags()
-message(STATUS "Configuring makesrna")
+# message(STATUS "Configuring makesrna")
file(GLOB DEFSRC RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.c")
file(GLOB APISRC RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*_api.c")