diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/bullet3/cmake-version.diff | |
Diffstat (limited to 'vcpkg/ports/bullet3/cmake-version.diff')
| -rw-r--r-- | vcpkg/ports/bullet3/cmake-version.diff | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vcpkg/ports/bullet3/cmake-version.diff b/vcpkg/ports/bullet3/cmake-version.diff new file mode 100644 index 0000000..f4bd3aa --- /dev/null +++ b/vcpkg/ports/bullet3/cmake-version.diff @@ -0,0 +1,10 @@ +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 |