Josef Karthauser wrote:
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of Jesse Corrington
Sent: 12 December 2007 00:46
To: [email protected]
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_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 by hand....
-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake