We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30ae98 commit 40b7e0aCopy full SHA for 40b7e0a
cmake/CMakeLists.txt
@@ -21,7 +21,7 @@ install(FILES FindCompiler.cmake
21
DESTINATION "lib/cmake/${PROJECT_NAME}"
22
)
23
if(ENABLE_MKLGPU_BACKEND OR ENABLE_MKLCPU_BACKEND)
24
- install(FILES math/MKLConfig.cmake
+ install(FILES mkl/MKLConfig.cmake
25
26
27
endif()
src/CMakeLists.txt
@@ -149,5 +149,5 @@ if(BUILD_SHARED_LIBS)
149
LIBRARY DESTINATION lib
150
151
152
- add_deprecated_library(onemkl onemath)
+ add_deprecated_library(onemkl)
153
0 commit comments