Skip to content

Commit f8dd99d

Browse files
committed
Rename onemkl_interfaces_library to onemath_library
1 parent 271d88e commit f8dd99d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ if(_use_onemkl_interfaces)
117117
endif()
118118

119119
if(DPNP_ONEMKL_INTERFACES_DIR)
120-
FetchContent_Declare(onemkl_interfaces_library SOURCE_DIR "${DPNP_ONEMKL_INTERFACES_DIR}")
120+
FetchContent_Declare(onemath_library SOURCE_DIR "${DPNP_ONEMKL_INTERFACES_DIR}")
121121
else()
122122
FetchContent_Declare(
123-
onemkl_interfaces_library
123+
onemath_library
124124
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
125125
GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
126126
)
127127
endif()
128128

129-
FetchContent_MakeAvailable(onemkl_interfaces_library)
129+
FetchContent_MakeAvailable(onemath_library)
130130
if(TARGET onemath)
131131
set(MKL_INTERFACES_LIB "onemath" CACHE INTERNAL "OneMath lib target")
132132
elseif(TARGET onemkl)

0 commit comments

Comments
 (0)