From 60d139a46f2909d60be963926d2aa62604d99494 Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Wed, 31 Aug 2022 18:00:18 -0400 Subject: [PATCH] [#28] CMakeLists.txt Remove duplicate call to find_package(Threads --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75f655cb7..38116d13b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,6 @@ include(UseLibCXX) find_package(Threads REQUIRED) find_package(OpenSSL REQUIRED COMPONENTS Crypto SSL) find_package(nlohmann_json "3.6.1" REQUIRED) -find_package(Threads REQUIRED) add_library(${PLUGIN} MODULE ${CMAKE_SOURCE_DIR}/libirods_rule_engine_plugin-audit_amqp.cpp) target_compile_options(${PLUGIN} PRIVATE -Wno-write-strings)