diff --git a/src/native/libs/System.Globalization.Native/CMakeLists.txt b/src/native/libs/System.Globalization.Native/CMakeLists.txt index 25f91b4cfab08..d8b3335ae3be7 100644 --- a/src/native/libs/System.Globalization.Native/CMakeLists.txt +++ b/src/native/libs/System.Globalization.Native/CMakeLists.txt @@ -1,3 +1,6 @@ +# Required for StaticICULinking +cmake_minimum_required(VERSION 3.10..3.20) + project(System.Globalization.Native C) if(CLR_CMAKE_TARGET_UNIX OR CLR_CMAKE_TARGET_WASI) diff --git a/src/native/libs/System.Security.Cryptography.Native/CMakeLists.txt b/src/native/libs/System.Security.Cryptography.Native/CMakeLists.txt index f99016281ab39..52213b1a2d247 100644 --- a/src/native/libs/System.Security.Cryptography.Native/CMakeLists.txt +++ b/src/native/libs/System.Security.Cryptography.Native/CMakeLists.txt @@ -1,3 +1,6 @@ +# Required for StaticOpenSslLinking +cmake_minimum_required(VERSION 3.10..3.20) + project(System.Security.Cryptography.Native C) # These are happening inside of OpenSSL-defined macros out of our control