update CMake required version

This commit is contained in:
Erwin Coumans
2025-04-23 14:17:20 -07:00
parent 6c888f4abd
commit d1a4256b3a

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.4.3) cmake_minimum_required(VERSION 3.5)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_policy(SET CMP0017 NEW) cmake_policy(SET CMP0017 NEW)
#this line has to appear before 'PROJECT' in order to be able to disable incremental linking #this line has to appear before 'PROJECT' in order to be able to disable incremental linking