Skip to content

Commit

Permalink
Remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca committed Feb 13, 2025
1 parent 5c81752 commit f80877e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions proto/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
include_guard()

# get_filename_component(hw_proto "quokka.proto" ABSOLUTE)

set(PROTO_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}")

add_library(quokka_proto OBJECT "${CMAKE_CURRENT_LIST_DIR}/quokka.proto")
Expand All @@ -14,5 +12,4 @@ target_link_libraries(quokka_proto PUBLIC protobuf::libprotobuf)

protobuf_generate(
TARGET quokka_proto
LANGUAGE python
OUT_VARS PROTO_PY)
LANGUAGE python)

0 comments on commit f80877e

Please sign in to comment.