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.
This commit is contained in:
Campbell Barton
2010-12-16 12:48:30 +00:00
parent d3070ad9ac
commit 566bda734a
6 changed files with 29 additions and 21 deletions

View File

@@ -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})