diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b564414df..df7d2fc4c 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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() diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9ff24a721..9e844968d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -149,5 +149,5 @@ if(BUILD_SHARED_LIBS) LIBRARY DESTINATION lib ) - add_deprecated_library(onemkl onemath) + add_deprecated_library(onemkl) endif()