Fix MKL linking
authorMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Mar 2014 17:42:31 +0000 (18:42 +0100)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 11 Mar 2014 12:09:48 +0000 (13:09 +0100)
commit547244a43be0f4ddd79aca17ee1c9e8701d1bcd5
treee9dcb4dc4342e410ac2067938d79b135fb1a6fd8
parent3d94cf76f0a67f0534367b4599bcd16d964e9d78
Fix MKL linking

Setting the same for CMAKE_STATIC_LINKER_FLAGS broke because that
variable got applied to calls to ar for linking libgmock.a. Probably
not important because Intel probably encourages shared linking for
MKL.

Change-Id: I6816d8ba318c704a0efad7659f5afecaeb48b092
CMakeLists.txt
cmake/gmxManageFFTLibraries.cmake
cmake/gmxManageLinearAlgebraLibraries.cmake