Adding VERBOSE messages to the SettingsRegistry.cmake 'ly_get_gem_load_dependencies()' function which logs the gem target to it's load dependencies
This commit is contained in:
@@ -74,6 +74,7 @@ function(ly_get_gem_load_dependencies ly_GEM_LOAD_DEPENDENCIES ly_TARGET)
|
||||
ly_get_gem_load_dependencies(dependencies ${dealias_load_dependency})
|
||||
list(APPEND all_gem_load_dependencies ${dependencies})
|
||||
list(APPEND all_gem_load_dependencies ${dealias_load_dependency})
|
||||
message(VERBOSE "Load Dependency \"${dealias_load_dependency}\" has load dependencies of: ${dependencies}")
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
@@ -81,6 +82,7 @@ function(ly_get_gem_load_dependencies ly_GEM_LOAD_DEPENDENCIES ly_TARGET)
|
||||
list(REMOVE_DUPLICATES all_gem_load_dependencies)
|
||||
set_property(GLOBAL PROPERTY LY_GEM_LOAD_DEPENDENCIES_${ly_TARGET} "${all_gem_load_dependencies}")
|
||||
set(${ly_GEM_LOAD_DEPENDENCIES} ${all_gem_load_dependencies} PARENT_SCOPE)
|
||||
message(VERBOSE "Gem Target \"${ly_TARGET}\" has load dependencies of: ${all_gem_load_dependencies}")
|
||||
endfunction()
|
||||
|
||||
#!ly_get_gem_module_root: Uses the supplied gem_target to lookup the nearest gem.json file above the SOURCE_DIR
|
||||
|
||||
Reference in New Issue
Block a user