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:
@@ -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})
|
||||
|
Reference in New Issue
Block a user