We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5667701 commit e830980Copy full SHA for e830980
src/Native/SymSgdNative/CMakeLists.txt
@@ -13,7 +13,6 @@ else()
13
find_library(MKL_LIBRARY libMklImports.dylib HINTS "${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.4/runtimes/osx-x64/native")
14
else()
15
message("Linking SymSgdNative with MKL on linux.")
16
- link_directories(${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.1/runtimes/linux-x64/native)
17
find_library(MKL_LIBRARY libMklImports.so HINTS ${CMAKE_SOURCE_DIR}/../../packages/mlnetmkldeps/0.0.0.4/runtimes/linux-x64/native)
18
endif()
19
0 commit comments