Skip to content

Commit

Permalink
Fix typo in MKL variable which broke build with MKL on OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
tskisner committed Nov 12, 2020
1 parent 88ee46a commit 9d1a49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMKL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ endif()

if(MKL_FOUND)
set(MKL_LIBRARIES
${MKL_RT_LIB} ${CMAKE_THREAD_LIBS_INIT} -lm -l${CMAKE_DL_LIBS}
${MKL_RT_LIB} ${CMAKE_THREAD_LIBS_INIT} m ${CMAKE_DL_LIBS}
CACHE STRING "MKL dynamic libraries"
)
endif()
Expand Down

0 comments on commit 9d1a49b

Please sign in to comment.