[Cmake] linux cmake 1.8 INCLUDE out-of-source problem

Brad King brad.king at kitware.com
Tue, 30 Dec 2003 13:41:50 -0500 (EST)


On Tue, 30 Dec 2003, Zennard Sun wrote:

> Hi,
>     I would like to specify helper.txt relative to my CMakeLists.txt file.
> So this means that I would run:
>
> cmake ../../src -Dfile_path:PATH=..
>
> However, I have tried the following which should be equivalent but does not
> seem to work:
>
> cmake ../../src -Dfile_path:PATH=../../folder
>
> Any ideas?

This is a bug.  I've fixed it in CVS and in the 1.8 release branch of
CMake.  The fix will be included in the 1.8.3 patch release.

-Brad