Skip to content

Commit

Permalink
set protobuf_MODULE_COMPATIBLE ON
Browse files Browse the repository at this point in the history
  • Loading branch information
Nordup committed Jan 4, 2024
1 parent 4c1b920 commit f2bd475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/proto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# that can be found in the LICENSE file at the root of the
# Mumble source tree or at <https://www.mumble.info/LICENSE>.

set(protobuf_MODULE_COMPATIBLE ON CACHE BOOL "")

find_package(Protobuf REQUIRED)

protobuf_generate_cpp(TCP_CPP TCP_HPP "MumbleTCP.proto")
Expand Down

0 comments on commit f2bd475

Please sign in to comment.