Skip to content

Commit 18e7f6a

Browse files
Set cmake_minimum_required(VERSION 3.25) also in the top level Cmake script
To get rid of the deprecation warning.
1 parent 862faf7 commit 18e7f6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.9)
1+
cmake_minimum_required(VERSION 3.25)
22

33
project(D3D12MemoryAllocator VERSION 3.0.0)
44

0 commit comments

Comments
 (0)