[CMake] Hiding a variable from the GUI

2008-03-31 Thread Fernando Cacciola
Hi, One of my users reported that the filenames of several header files appeared in the advanced section when using CMakeSetup/ccmake. Eventually I tracked down the problem to some macro using find_file. It turns out that the variable where find_file (and family) reports the result is

Re: [CMake] Hiding a variable from the GUI

2008-03-31 Thread Bill Hoffman
Fernando Cacciola wrote: Hi, One of my users reported that the filenames of several header files appeared in the advanced section when using CMakeSetup/ccmake. Eventually I tracked down the problem to some macro using find_file. It turns out that the variable where find_file (and family)