Prefer linking to system clFFT rather than bundled one
commit0f193a44be781828d18b76aae834d4eb55a6640e
authorAleksei Iupinov <a.yupinov@gmail.com>
Wed, 23 May 2018 16:44:53 +0000 (23 18:44 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 31 May 2018 13:58:45 +0000 (31 15:58 +0200)
treea77415f49ab44f8da50dad13948471dd29942da6
parent4d79d129c77236c942ece15ed3ba5390baaa1a91
Prefer linking to system clFFT rather than bundled one

Wrote a new find_package module that works in more modern
ways. Updated install guide.

Currently there is no support for checking the clFFT version, which is
unlikely to matter until they make the 2.14 release.

Fixes #2500

Change-Id: If43ee95d3066823f2c57a49a23fd6dd027dbcc94
cmake/FindclFFT.cmake [new file with mode: 0644]
docs/install-guide/index.rst
src/external/clFFT/README.Gromacs
src/external/clFFT/src/FindclFFT.cmake [deleted file]
src/gromacs/CMakeLists.txt