From d3b3ed75e6e9af71c53f87c72497d4d6da7eeb4b Mon Sep 17 00:00:00 2001 From: Jonathan Earnshaw Date: Thu, 2 Mar 2023 12:40:59 +1300 Subject: [PATCH] Remove reference to missing function '_protobuf_find_threads' --- cmake/protobuf-module.cmake.in | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmake/protobuf-module.cmake.in b/cmake/protobuf-module.cmake.in index 0e289d72655d6..37c79028f8c6a 100644 --- a/cmake/protobuf-module.cmake.in +++ b/cmake/protobuf-module.cmake.in @@ -133,10 +133,6 @@ _protobuf_find_libraries(Protobuf_PROTOC protoc) endif() -if(UNIX) - _protobuf_find_threads() -endif() - # Set the include directory get_target_property(Protobuf_INCLUDE_DIRS protobuf::libprotobuf INTERFACE_INCLUDE_DIRECTORIES)