Skip to content

Commit 40b7e0a

Browse files
authored
[cmake] Fix install step (#616)
1 parent f30ae98 commit 40b7e0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install(FILES FindCompiler.cmake
2121
DESTINATION "lib/cmake/${PROJECT_NAME}"
2222
)
2323
if(ENABLE_MKLGPU_BACKEND OR ENABLE_MKLCPU_BACKEND)
24-
install(FILES math/MKLConfig.cmake
24+
install(FILES mkl/MKLConfig.cmake
2525
DESTINATION "lib/cmake/${PROJECT_NAME}"
2626
)
2727
endif()

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,5 @@ if(BUILD_SHARED_LIBS)
149149
LIBRARY DESTINATION lib
150150
)
151151

152-
add_deprecated_library(onemkl onemath)
152+
add_deprecated_library(onemkl)
153153
endif()

0 commit comments

Comments
 (0)