Re: [CMake] When are these set: APPLE, etc *AND* documentation ERROR

2008-06-16 Thread Werner Smekal
Hi Miguel, I have access to these systems and the results are: 1. UNIX is TRUE in msys systems, right? No, UNIX is not set in msys. WIN32=1. MINGW=1. MSYS=1. 2. UNIX is FALSE in mingw systems that do not have the msys shell installed, right? Yes, UNIX is not set in mingw/cli either.

Re: [CMake] When are these set: APPLE, etc *AND* documentation ERROR

2008-06-16 Thread Werner Smekal
Hi, I don't know. Under cygwin UNIX is true. I think this is the only environment under Windows where UNIX is true (but I'm not sure, can't test). A grep in Source/ leads to cmMakefile.cxx, and there UNIX is only set to true under Windows if it's built for cygwin. UNIX=1. WIN32=1.

[CMake] When are these set: APPLE, etc *AND* documentation ERROR

2008-06-14 Thread Miguel A. Figueroa-Villanueva
Hello, I'm reviewing a few CMake variables used to determine the platform we are in. I'm looking at the cmake --help-variable output and at the wiki (http://www.cmake.org/Wiki/CMake_Useful_Variables). I found a discrepancy, which should be fixed. In the help output for APPLE it returns: True if

Re: [CMake] When are these set: APPLE, etc *AND* documentation ERROR

2008-06-14 Thread Alexander Neundorf
On Saturday 14 June 2008, Miguel A. Figueroa-Villanueva wrote: Hello, I'm reviewing a few CMake variables used to determine the platform we are in. I'm looking at the cmake --help-variable output and at the wiki (http://www.cmake.org/Wiki/CMake_Useful_Variables). I found a discrepancy,

Re: [CMake] When are these set: APPLE, etc *AND* documentation ERROR

2008-06-14 Thread Miguel A. Figueroa-Villanueva
Hello Alex, On Sat, Jun 14, 2008 at 1:49 PM, Alexander Neundorf wrote: On Saturday 14 June 2008, Miguel A. Figueroa-Villanueva wrote: I'm reviewing a few CMake variables used to determine the platform we are in. I'm looking at the cmake --help-variable output and at the wiki