Skip to content

Commit

Permalink
clima version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholaswogan committed Sep 26, 2024
1 parent a14affa commit 2562922
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.5.0
VERSION 0.5.1
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.5.0"
GIT_TAG "v0.5.1"
EXCLUDE_FROM_ALL OFF
)

Expand Down

0 comments on commit 2562922

Please sign in to comment.