藏柜更新
This commit is contained in:
@@ -342,10 +342,9 @@ endfunction()
|
|||||||
|
|
||||||
|
|
||||||
# 定义一个属性
|
# 定义一个属性
|
||||||
macro(w_use3rd name)
|
function(w_use3rd name)
|
||||||
include("${CMAKE_SOURCE_DIR}/3rdParty/cmake/${name}.cmake")
|
include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../3rdParty/cmake/${name}.cmake")
|
||||||
endmacro()
|
endfunction()
|
||||||
|
|
||||||
|
|
||||||
function(_create_directory_with_permissions dir_path)
|
function(_create_directory_with_permissions dir_path)
|
||||||
# 检查目录是否存在
|
# 检查目录是否存在
|
||||||
|
|||||||
Reference in New Issue
Block a user