zeek/auxil/vcpkg/ports/bullet3/cmake-version.diff
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

11 lines
380 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a695b71..8c407de 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.4.3)
+cmake_minimum_required(VERSION 3.11)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_policy(SET CMP0017 NEW)
#this line has to appear before 'PROJECT' in order to be able to disable incremental linking