Re: [CMake] Configure never ends when changing compiler

2013-06-03 Thread David Demelier
2013/6/3 Benjamin Eikel : > Am Montag, 3. Juni 2013, 12:08:19 schrieb David Demelier: >> Hi there, >> >> After doing a CMake generation, if I try to change the C compiler by >> doing cmake -DCMAKE_C_COMPILER=/usr/bin/clang it configures again but >> never ends, see : >> >> Installation directories:

Re: [CMake] Configure never ends when changing compiler

2013-06-03 Thread Benjamin Eikel
Am Montag, 3. Juni 2013, 12:08:19 schrieb David Demelier: > Hi there, > > After doing a CMake generation, if I try to change the C compiler by > doing cmake -DCMAKE_C_COMPILER=/usr/bin/clang it configures again but > never ends, see : > > Installation directories: > PREFIX /usr/l

Re: [CMake] Configure never ends when changing compiler

2013-06-03 Thread Nils Gladitz
I think this was fixed in 2.8.11: http://public.kitware.com/Bug/view.php?id=13756 Nils On 06/03/2013 12:08 PM, David Demelier wrote: Hi there, After doing a CMake generation, if I try to change the C compiler by doing cmake -DCMAKE_C_COMPILER=/usr/bin/clang it configures again but never ends,

[CMake] Configure never ends when changing compiler

2013-06-03 Thread David Demelier
Hi there, After doing a CMake generation, if I try to change the C compiler by doing cmake -DCMAKE_C_COMPILER=/usr/bin/clang it configures again but never ends, see : Installation directories: PREFIX /usr/local MANDIR /usr/local/share/man DOCDIR