Skip to content

Commit 32b9d22

Browse files
degasusserge-sans-paille
authored andcommitted
CMake: Increase the minimum CMake version.
We actually don't need it, but current versions spams warnings that <3.10 is deprecated.
1 parent 6d5ae6c commit 32b9d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# The full license is in the file LICENSE, distributed with this software. #
1010
############################################################################
1111

12-
cmake_minimum_required(VERSION 3.8)
12+
cmake_minimum_required(VERSION 3.10)
1313
project(xsimd)
1414
option(XSIMD_REFACTORING ON)
1515

0 commit comments

Comments
 (0)