We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271d88e commit f8dd99dCopy full SHA for f8dd99d
1 file changed
CMakeLists.txt
@@ -117,16 +117,16 @@ if(_use_onemkl_interfaces)
117
endif()
118
119
if(DPNP_ONEMKL_INTERFACES_DIR)
120
- FetchContent_Declare(onemkl_interfaces_library SOURCE_DIR "${DPNP_ONEMKL_INTERFACES_DIR}")
+ FetchContent_Declare(onemath_library SOURCE_DIR "${DPNP_ONEMKL_INTERFACES_DIR}")
121
else()
122
FetchContent_Declare(
123
- onemkl_interfaces_library
+ onemath_library
124
GIT_REPOSITORY https://github.com/uxlfoundation/oneMath.git
125
GIT_TAG 20ba6fd7ae4af6ed693246cfd22c343e6522edbe # v0.7
126
)
127
128
129
- FetchContent_MakeAvailable(onemkl_interfaces_library)
+ FetchContent_MakeAvailable(onemath_library)
130
if(TARGET onemath)
131
set(MKL_INTERFACES_LIB "onemath" CACHE INTERNAL "OneMath lib target")
132
elseif(TARGET onemkl)
0 commit comments