Skip to content

Commit

Permalink
Merge pull request #122 from QMCPACK/revert-121-patch-1
Browse files Browse the repository at this point in the history
Revert "Spurious comma in FindMKL"
  • Loading branch information
markdewing authored May 18, 2018
2 parents acf0345 + 719e2c9 commit af4e3b7
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 @@ -37,7 +37,7 @@ if ( NOT CMAKE_CXX_COMPILER_ID MATCHES "Intel" )
endif (MKL_INCLUDE_DIRECTORIES-NOTFOUND)
message("MKL_INCLUDE_DIRECTORIES: ${MKL_INCLUDE_DIRECTORIES}")

set(MKL_LINKER_FLAGS "-L${MKL_LINK_DIRECTORIES} -Wl,-rpath ${MKL_LINK_DIRECTORIES}")
set(MKL_LINKER_FLAGS "-L${MKL_LINK_DIRECTORIES} -Wl,-rpath,${MKL_LINK_DIRECTORIES}")
set(MKL_FLAGS "-I${MKL_INCLUDE_DIRECTORIES}")
set(MKL_LIBRARIES "-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm -ldl")
else ( NOT CMAKE_CXX_COMPILER_ID MATCHES "Intel" )
Expand Down

0 comments on commit af4e3b7

Please sign in to comment.