diff --git a/CMakeLists.txt b/CMakeLists.txt index ef99dc7..753574e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ if(MSVC) cmake_minimum_required (VERSION 3.16.4) cmake_policy(SET CMP0091 NEW) else() - cmake_minimum_required (VERSION 3.0) + cmake_minimum_required (VERSION 3.5) endif() project (LibreSSL C ASM)