File fix-build.patch of Package libArcus
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6bfe249..633d7ed 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,9 +1,9 @@
cmake_policy(SET CMP0091 NEW)
project(libarcus)
cmake_minimum_required(VERSION 3.20)
-find_package(standardprojectsettings REQUIRED)
+#find_package(standardprojectsettings REQUIRED)
-find_package(protobuf 3.17.1 REQUIRED)
+find_package(Protobuf 3.17.1 REQUIRED)
set(arcus_SRCS
src/Socket.cpp
@@ -19,7 +19,7 @@ else()
add_library(Arcus STATIC ${arcus_SRCS})
endif()
-use_threads(Arcus)
+#use_threads(Arcus)
target_include_directories(Arcus
PUBLIC