Skip to content

Commit

Permalink
cmake: remove unused cmake go flag
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Watkins <[email protected]>
(cherry picked from commit 0ddf160)
  • Loading branch information
dotnwat authored and ivotron committed Jul 9, 2024
1 parent b612853 commit f986ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/kreq-gen/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function(add_go_dependency NAME MAIN_SRC)
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${NAME}"
COMMAND env GOPATH=${GOPATH} ${GO_PROGRAM} build
-modcacherw -o "${CMAKE_CURRENT_BINARY_DIR}/${NAME}"
${CMAKE_GO_FLAGS} ${MAIN_SRC}
${MAIN_SRC}
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
DEPENDS ${MAIN_SRC_ABS})
add_custom_target(${NAME}_all ALL DEPENDS ${NAME})
Expand Down

0 comments on commit f986ad3

Please sign in to comment.