mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 18:02:31 +08:00
Remove go get since it is not being supported anymore
This commit is contained in:
parent
33fb8ff978
commit
bfb0a33c01
@ -101,8 +101,6 @@ function(build_go_package)
|
||||
endif()
|
||||
endif()
|
||||
add_custom_command(OUTPUT ${outfile}
|
||||
COMMAND ${CMAKE_COMMAND} -E env ${go_env}
|
||||
${GO_EXECUTABLE} get -d ${GO_IMPORT_PATH}/${BGP_PATH}
|
||||
COMMAND ${CMAKE_COMMAND} -E env ${go_env}
|
||||
${GO_EXECUTABLE} install ${GO_IMPORT_PATH}/${BGP_PATH}
|
||||
DEPENDS ${fdb_options_file}
|
||||
|
Loading…
x
Reference in New Issue
Block a user