Skip to content

Commit 07a8ecb

Browse files
committed
abi-check min ver 3.10
1 parent 45b53a8 commit 07a8ecb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/abi_check/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(abi_check LANGUAGES C CXX Fortran)
33

44
enable_testing()

cmake/exception_check/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22

33
project(checker LANGUAGES C CXX Fortran)
44

0 commit comments

Comments
 (0)