We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cab0c commit 17b83e4Copy full SHA for 17b83e4
1 file changed
CMakeLists.txt
@@ -182,8 +182,9 @@ if(_use_onemath)
182
else()
183
FetchContent_Declare(
184
onemath_library
185
- GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
186
- GIT_TAG 5c7e1e7a710556e51f70ecc8dd26dfd04e3abf41 # v0.8
+ GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
+ GIT_TAG
187
+ 6ff3a43e555dbb20357017d48f0f6c6263259895 # v0.9
188
)
189
endif()
190
0 commit comments