Skip to content

Commit

Permalink
Set C++ 17
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Nov 22, 2024
1 parent ce3573c commit d2069b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.20)

project(phreeqc)

set(CMAKE_CXX_STANDARD 17)

include(ExternalProject)

add_subdirectory(pybind11)
Expand Down

0 comments on commit d2069b1

Please sign in to comment.