Skip to content

Commit

Permalink
clima version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Jun 7, 2024
1 parent 91405ec commit 49a9dcc
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,15 +49,15 @@ CPMAddPackage(

CPMAddPackage(
NAME clima
VERSION 0.4.4
VERSION 0.4.5
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.4"
GIT_TAG "v0.4.5"
EXCLUDE_FROM_ALL OFF
)

Expand Down

0 comments on commit 49a9dcc

Please sign in to comment.