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/creator
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/creator')
-rw-r--r--source/creator/CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 9561cd4831c..c3a0b003917 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -121,7 +121,7 @@ if(WITH_BUILDINFO)
)
endif()
-message(STATUS "Configuring blender")
+# message(STATUS "Configuring blender")
add_executable(blender ${EXETYPE} ${SRC})
@@ -595,10 +595,13 @@ endif()
endif()
endforeach()
if(REMLIB)
- message(STATUS "Removing library ${REMLIB} from blender linking because: not configured")
+ # message(STATUS "Removing library ${REMLIB} from blender linking because: not configured")
+ list(APPEND REM_MSG ${REMLIB})
list(REMOVE_ITEM BLENDER_SORTED_LIBS ${REMLIB})
endif()
endforeach()
+ list(SORT REM_MSG)
+ message(STATUS "Blender Skipping: (${REM_MSG})")
target_link_libraries(blender ${BLENDER_SORTED_LIBS})
#else()
# target_link_libraries(blender ${BLENDER_LINK_LIBS})