Skip to content

Commit 09dfe89

Browse files
committed
Use fixed oneMath version
1 parent 9002b4d commit 09dfe89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-sycl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if (NOT oneMath_FOUND)
9595
FetchContent_Declare(
9696
ONEMATH
9797
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
98-
GIT_TAG develop
98+
GIT_TAG c255b1b4c41e2ee3059455c1f96a965d6a62568a
9999
)
100100
FetchContent_MakeAvailable(ONEMATH)
101101
# Create alias to match with find_package targets name

0 commit comments

Comments
 (0)