Skip to content

Commit 0c20180

Browse files
committed
Updated cmake_minimum_required and fixed surf_error test
1 parent bfddb78 commit 0c20180

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CMakeLists.txt

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

33
project(phreeqc)
44

examples/CMakeLists.txt

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

33
SET(phreeqc_EXAMPLES
44
co2.dat

mytest/CMakeLists.txt

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

33
set(TESTS
44
NH4_2_SO4
@@ -408,6 +408,7 @@ set(TESTS
408408
str_f
409409
stuyfz
410410
surf_check
411+
surf_error
411412
surf_kin_related
412413
surf_kin_related_pz
413414
surf_related

0 commit comments

Comments
 (0)