Skip to content

Commit 0f47da8

Browse files
authored
Merge pull request #974 from JohanMabille/cmake
Upgraded minimal version of cmake to remove deprecation warning
2 parents e9bd979 + 35bcf39 commit 0f47da8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1)
12+
cmake_minimum_required(VERSION 3.8)
1313
project(xsimd)
1414
option(XSIMD_REFACTORING ON)
1515

test/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.1)
12+
cmake_minimum_required(VERSION 3.8)
1313

1414
if (CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
1515
project(xsimd-test)

0 commit comments

Comments
 (0)