Skip to content

Commit 17b83e4

Browse files
committed
Bump oneMath version to v0.9 (#2655)
The PR bumps `oneMath` version to `v0.9`.
1 parent 57cab0c commit 17b83e4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ if(_use_onemath)
182182
else()
183183
FetchContent_Declare(
184184
onemath_library
185-
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186-
GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
185+
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186+
GIT_TAG
187+
6ff3a43e555dbb20357017d48f0f6c6263259895 # v0.9
187188
)
188189
endif()
189190

0 commit comments

Comments
 (0)