Skip to content

Commit

Permalink
[cmake] Fix install step (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy authored Dec 9, 2024
1 parent f30ae98 commit 40b7e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install(FILES FindCompiler.cmake
DESTINATION "lib/cmake/${PROJECT_NAME}"
)
if(ENABLE_MKLGPU_BACKEND OR ENABLE_MKLCPU_BACKEND)
install(FILES math/MKLConfig.cmake
install(FILES mkl/MKLConfig.cmake
DESTINATION "lib/cmake/${PROJECT_NAME}"
)
endif()
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ if(BUILD_SHARED_LIBS)
LIBRARY DESTINATION lib
)

add_deprecated_library(onemkl onemath)
add_deprecated_library(onemkl)
endif()

0 comments on commit 40b7e0a

Please sign in to comment.