Add CMAKE_PREFIX_PATH to cmake-gui
authorRoland Schulz <roland@utk.edu>
Sat, 17 Nov 2012 20:00:37 +0000 (15:00 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Mon, 19 Nov 2012 14:58:38 +0000 (15:58 +0100)
commit7f5051309573f6cd694d77b53b1c79e82b7244f8
tree0731290e81b3afff58fad5d3f81432d304ca951f
parent3cd6352667114cb6520cd9360c1a6454d78a1294
Add CMAKE_PREFIX_PATH to cmake-gui

CMAKE_PREFIX_PATH didn't show up in ccmake, because it wasn't in
the cache by default. Given that it is the easiest way to specify
external dependendencies it should show up. Also prior one had to go
to the advanced settings to specify the path to FFTW. Modified
the FFTW message to explain that CMAKE_PREFIX_PATH is also an
option. This makes it possible to set it (if it isn't found
automatically)without having to open the advanced settings.

Change-Id: Ib36ab004aac8f65d2a145d67b72b8c8f4fa065c8
CMakeLists.txt
cmake/FindFFTW.cmake