[dev-libs/mongo-c-driver] bump and static libs regression fix
This commit is contained in:
@@ -168,3 +168,11 @@ Subject: [PATCH] CDRIVER-6059 Set CMake max policy version to 4.0 (#2066)
|
||||
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS ON)
|
||||
|
||||
project(zlib C)
|
||||
--- a/src/kms-message/CMakeLists.txt
|
||||
+++ b/src/kms-message/CMakeLists.txt
|
||||
@@ -1,4 +1,4 @@
|
||||
-cmake_minimum_required (VERSION 3.5)
|
||||
+cmake_minimum_required (VERSION 3.15...4.0)
|
||||
project (kms_message
|
||||
VERSION 0.0.1
|
||||
LANGUAGES C
|
||||
Reference in New Issue
Block a user