提交 9bd4de1c 编写于 作者: B barrierye

update cmake

上级 d294a7b4
...@@ -21,7 +21,7 @@ endfunction(ExternalGoProject_Add) ...@@ -21,7 +21,7 @@ endfunction(ExternalGoProject_Add)
function(ExternalGoProject_Add_With_Deps TARG DEPS) function(ExternalGoProject_Add_With_Deps TARG DEPS)
add_custom_target(${TARG} add_custom_target(${TARG}
COMMAND env GOPATH=${GOPATH} ${CMAKE_Go_COMPILER} get ${ARGN} env GOPATH=${GOPATH} ${CMAKE_Go_COMPILER} get ${ARGN}
DEPENDS ${DEPS}) DEPENDS ${DEPS})
endfunction(ExternalGoProject_Add_With_Deps) endfunction(ExternalGoProject_Add_With_Deps)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册