diff options
Diffstat (limited to 'security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake')
-rw-r--r-- | security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake b/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake new file mode 100644 index 000000000000..9f3dd5c09e4d --- /dev/null +++ b/security/openconnect-gui/files/patch-CMake_Includes_ProjectDependencies.cmake @@ -0,0 +1,11 @@ +--- CMake/Includes/ProjectDependencies.cmake.orig 2021-02-18 00:27:05 UTC ++++ CMake/Includes/ProjectDependencies.cmake +@@ -36,7 +36,7 @@ if(UNIX) + message(FATAL_ERROR "Libraru 'OpenConnect' not found! Install it vie e.g. 'brew install openconnect or 'dnf install openconnect'") + endif() + +- #find_package(spdlog CONFIG REQUIRED) ++ find_package(spdlog CONFIG REQUIRED) + + set(CMAKE_THREAD_PREFER_PTHREAD ON) + find_package(Threads REQUIRED) |