Re: [CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-03-08 Thread Nicolas Desprès
I have created an issue in the bug tracker: http://public.kitware.com/Bug/view.php?id=11940 -Nico 2011/2/24 Nicolas Desprès : > I have checked by calling cmake from the "real" builddir (not the > symlink) and it works fine: > > $ pwd > /home/despre_n/build/test/helloworld-cmake/_build > $ cmake ~

Re: [CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-02-24 Thread Nicolas Desprès
I have checked by calling cmake from the "real" builddir (not the symlink) and it works fine: $ pwd /home/despre_n/build/test/helloworld-cmake/_build $ cmake ~/src/test/helloworld-cmake -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compile

[CMake] Unmet dependency when builddir is a symlink out of srcdir

2011-02-24 Thread Nicolas Desprès
Hi there, I am having a problem with cmake-2.8.4 for Linux with the Makefile generator. I have my srcdir in an encrypted partition and my builddir in a normal partition. For convenience I have a symlink inside my srcdir pointing to my buildir. Here the scenario: $ pwd /home/despre_n/src/test/hel