Skip to content

Commit

Permalink
fixup! Disable GO111MODULE
Browse files Browse the repository at this point in the history
  • Loading branch information
xis19 committed Apr 23, 2024
1 parent ea215c4 commit 2d90796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(go_options_file ${GO_DEST}/src/fdb/generated.go)
set(go_env GOPATH=${GOPATH}
CGO_CFLAGS="-I${CMAKE_BINARY_DIR}/bindings/c/foundationdb;-I${CMAKE_SOURCE_DIR}/bindings/c"
CGO_LDFLAGS=-L${CMAKE_BINARY_DIR}/lib
GO111MODULE=auto)
GO111MODULE=off)

foreach(src_file IN LISTS SRCS)
set(dest_file ${GO_DEST}/${src_file})
Expand Down

0 comments on commit 2d90796

Please sign in to comment.