Skip to content

Commit f91fdd5

Browse files
committed
ctest: cmake_minimum_required to 3.8
1 parent 6cc175f commit f91fdd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/ctest/script_ci.ctest

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

33
set(MODEL_NAME "continuous")
44

cmake/ctest/script_experimental.ctest

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

33
set(MODEL_NAME "experimental")
44

0 commit comments

Comments
 (0)