Skip to content

Commit

Permalink
Fix building of mumble_protocol
Browse files Browse the repository at this point in the history
Actually find package threads before using it.
  • Loading branch information
janhenke committed Dec 28, 2023
1 parent 4ede03e commit 8a4fc0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mumble_protocol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ target_include_directories(
PUBLIC ${Protobuf_INCLUDE_DIRS}
)

find_package(Threads REQUIRED)

target_link_libraries(
mumble_protocol
PUBLIC Threads::Threads
Expand Down

0 comments on commit 8a4fc0f

Please sign in to comment.