Skip to content

Commit

Permalink
update climate to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Oct 31, 2023
1 parent 22fcd16 commit c44e8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dependencies/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ CPMAddPackage(

CPMAddPackage(
NAME clima
VERSION 0.4.1
VERSION 0.4.2
OPTIONS
"BUILD_EXECUTABLE OFF"
"BUILD_WITH_OPENMP ${BUILD_WITH_OPENMP}"
"SKBUILD ${SKBUILD}"
"BUILD_PYTHON_CLIMA ${BUILD_PYTHON_PHOTOCHEM}"
"PYTHON_CLIMA_DESTINATION photochem"
GITHUB_REPOSITORY "Nicholaswogan/clima"
GIT_TAG "v0.4.1"
GIT_TAG "v0.4.2"
EXCLUDE_FROM_ALL OFF
)

0 comments on commit c44e8c2

Please sign in to comment.