Skip to content

Commit

Permalink
Updated cmake_minimum_required and fixed surf_error test
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Dec 5, 2024
1 parent bfddb78 commit 0c20180
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.3)
cmake_minimum_required(VERSION 3.10)

project(phreeqc)

Expand Down
2 changes: 1 addition & 1 deletion examples/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.9)
cmake_minimum_required (VERSION 3.10)

SET(phreeqc_EXAMPLES
co2.dat
Expand Down
3 changes: 2 additions & 1 deletion mytest/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required (VERSION 3.9)
cmake_minimum_required (VERSION 3.10)

set(TESTS
NH4_2_SO4
Expand Down Expand Up @@ -408,6 +408,7 @@ set(TESTS
str_f
stuyfz
surf_check
surf_error
surf_kin_related
surf_kin_related_pz
surf_related
Expand Down

0 comments on commit 0c20180

Please # to comment.