Skip to content

Commit

Permalink
go-bindings: remove -lczmq
Browse files Browse the repository at this point in the history
problem: the go-bindings test was failing for lack of a libczmq library,
which seems to no longer be installed or needed for flux core.

solution: remove the flag, the tests pass without it 🤷🏼‍♂️
  • Loading branch information
trws committed May 4, 2024
1 parent 41cdec7 commit cebd48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resource/reapi/bindings/go/src/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set(CGO_CFLAGS "-I${CMAKE_BINARY_DIR}")
set(CGO_LIBRARY_FLAGS -Wl,-R
-lflux-idset
-lstdc++
-lczmq
-ljansson
-lhwloc
-lboost_system
Expand Down

0 comments on commit cebd48f

Please sign in to comment.