RE: [CMake] turning off compile testing

2007-12-13 Thread Josef Karthauser
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Corrington > Sent: 12 December 2007 00:46 > To: cmake@cmake.org > Subject: [CMake] turning off compile testing > > Is there any way to turn off try compile during configuration? We do it this way: cmake -DCMAKE_CXX_COMPI

Re: [CMake] turning off compile testing

2007-12-13 Thread Bill Hoffman
Josef Karthauser wrote: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Corrington Sent: 12 December 2007 00:46 To: cmake@cmake.org Subject: [CMake] turning off compile testing Is there any way to turn off try compile during configuration? We do it this way: cmake

RE: [CMake] turning off compile testing

2007-12-13 Thread Josef Karthauser
> -Original Message- > > We do it this way: > > > > cmake -DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_C_COMPILER_WORKS=1 > > -DHAVE_CMAKE_SIZEOF_VOID_P=1 . > > > > That looks like a bad idea to me The void one in particular. You > should really be careful about setting stuff like this

Re: [CMake] turning off compile testing

2007-12-14 Thread Alexander Neundorf
On Thursday 13 December 2007, Josef Karthauser wrote: > > -Original Message- > > > > > We do it this way: > > > > > > cmake -DCMAKE_CXX_COMPILER_WORKS=1 -DCMAKE_C_COMPILER_WORKS=1 > > > -DHAVE_CMAKE_SIZEOF_VOID_P=1 . > > > > That looks like a bad idea to me The void one in particu