Skip to content

Commit 9e86994

Browse files
derSteFfijvoisin
authored andcommitted
bench: update minimum CMake version
CMake 4.0 dropped support for versions older than 3.5 and errors out if trying to require less: https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features. Set the minimum verison to 3.5 to avoid this.
1 parent 0a75c2b commit 9e86994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/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.0)
1+
cmake_minimum_required(VERSION 3.5)
22
project(mimalloc-bench CXX C)
33
set(CMAKE_CXX_STANDARD 17)
44

0 commit comments

Comments
 (0)