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 249a7d1 commit b06a163Copy full SHA for b06a163
cmake/FindMKL.cmake
@@ -83,7 +83,7 @@ endif()
83
endif() # MKL::MKL
84
85
# For compatibility with legacy libpaw_interface CMakeLists.txt
86
-if(TARGET MKL::MKL)
+if(TARGET MKL::MKL AND NOT TARGET IntelMKL::MKL)
87
add_library(IntelMKL::MKL ALIAS MKL::MKL)
88
endif()
89
0 commit comments