File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,16 +117,16 @@ if(_use_onemkl_interfaces)
117
117
endif ()
118
118
119
119
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} " )
121
121
else ()
122
122
FetchContent_Declare (
123
- onemkl_interfaces_library
123
+ onemath_library
124
124
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
125
125
GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
126
126
)
127
127
endif ()
128
128
129
- FetchContent_MakeAvailable (onemkl_interfaces_library )
129
+ FetchContent_MakeAvailable (onemath_library )
130
130
if (TARGET onemath )
131
131
set (MKL_INTERFACES_LIB "onemath" CACHE INTERNAL "OneMath lib target" )
132
132
elseif (TARGET onemkl )
You can’t perform that action at this time.
0 commit comments