render3D 安装好依赖库

This commit is contained in:
2026-08-13 16:48:35 +08:00
parent ad96f1c857
commit a5a11c739a
@@ -505,11 +505,9 @@ endfunction()
function(rcl_add_dependency_action_targets target_name)
rcl_add_dependency_action_targets_with_depth("${target_name}" 0 ${ARGN})
endfunction()
set_property(GLOBAL PROPERTY rcl_log_list "")
macro(rcl_log_append text)
set(rcl_log_location "${CMAKE_CURRENT_LIST_FILE}")
macro(rcl_log_append line text)
set(rcl_log_location "${CMAKE_CURRENT_LIST_FILE}:${line}")
if (NOT "${CMAKE_CURRENT_FUNCTION}" STREQUAL "")
string(APPEND rcl_log_location " -> ${CMAKE_CURRENT_FUNCTION}()")
endif ()