From 0945eff7332ed241fee1cc6fcb5e2c398f9d6389 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sat, 18 Dec 2021 21:53:08 -0600 Subject: [PATCH] Qt6 does not work out of the box with OpenSSL 3.x --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec3ec707..08a4c264 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ conan_cmake_configure(REQUIRES boost/1.77.0 glew/2.2.0 glm/0.9.9.8 gtest/cci.20210126 - openssl/3.0.1 + openssl/1.1.1m vulkan-loader/1.2.198.0 GENERATORS cmake cmake_find_package