render3D 安装好依赖库
This commit is contained in:
@@ -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 ()
|
||||
|
||||
Reference in New Issue
Block a user