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 a65a641 commit dfc84a8Copy full SHA for dfc84a8
cmake/mkl.cmake
@@ -108,5 +108,8 @@ else() # if static link and not custom mkl
108
if(UNIX AND NOT APPLE)
109
target_link_options(${target} PRIVATE "SHELL:-Wl,--exclude-libs,ALL")
110
endif()
111
+ target_include_directories(
112
+ ${target} PRIVATE $<TARGET_PROPERTY:MKL::MKL,INTERFACE_INCLUDE_DIRECTORIES>
113
+ )
114
endfunction()
115
0 commit comments