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)
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)
You can’t perform that action at this time.
0 commit comments