Skip to content

Commit

Permalink
Remove generated directory from output.
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltrano committed Nov 16, 2023
1 parent 2cb657f commit b18ccf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

set(PROTO_DIR ${CMAKE_CURRENT_SOURCE_DIR}/protos)
set(PROTO_DIR_BINARY ${CMAKE_CURRENT_BINARY_DIR}/generated)
set(PROTO_DIR_BINARY ${CMAKE_CURRENT_BINARY_DIR})
set(PROTO_FILES
${PROTO_DIR}/NetRemote.proto
${PROTO_DIR}/NetRemoteService.proto
Expand Down

0 comments on commit b18ccf0

Please sign in to comment.