Fix GMX_BUILD_OWN_FFTW_URL CMake cache entry type
commitafdc46662d1b4d8cc521f457b338cafe0ebf8c42
authorSzilárd Páll <pall.szilard@gmail.com>
Mon, 9 Apr 2018 17:23:03 +0000 (9 19:23 +0200)
committerSzilárd Páll <pall.szilard@gmail.com>
Mon, 17 Dec 2018 21:35:54 +0000 (17 22:35 +0100)
tree368a80ef7b474f3b10a317890731f60c9ac87ad6
parentb3b270485a7f6e0a1178bd6d3dfe6b067c532894
Fix GMX_BUILD_OWN_FFTW_URL CMake cache entry type

The type of the GMX_BUILD_OWN_FFTW_URL cache entry was set to "PATH"
and as a result CMake was expecting its content to be a directory.
This commit changes the type to "STRING" and as a result the '////'
workaround in the default fftw URL and custom URLs can now be passed on
the command line which previously did not work as CMake interpreted most
inputs as relative file system paths and converted them to absolute
ones.

Change-Id: I6ed3920d7816b686a031c1a3aee5acd25d7b4692
src/external/build-fftw/CMakeLists.txt