X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=4d834144a7f069ec7f32cdfaac0e9d224ffdeaf1;hb=0ee4f8fc839278672e47213549bfb152ad3d2654;hp=ba0cc715045372b379ed9d4862c66eef352070d4;hpb=bca47af46027b1b84c23af1c84aef1bf901778f8;p=openssl-gost%2Fengine.git diff --git a/CMakeLists.txt b/CMakeLists.txt index ba0cc71..4d83414 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(gost-engine LANGUAGES C) include(GNUInstallDirs) -find_package(OpenSSL 1.1 REQUIRED) +find_package(OpenSSL 1.0.2 REQUIRED) include_directories(${OPENSSL_INCLUDE_DIR}) if (CMAKE_C_COMPILER_ID MATCHES "Clang")