2012/3/26 Robert Dailey <[email protected]>: > Ever since I started using CMake, I always assumed that the WIN32 variable > represented what system CMake is currently running on. Looking more > carefully at the documentation, however, it seems this describes what system > CMake is generating for. Could someone explain this a bit better? What would > be an example of when WIN32 would be true but I'm not actually on Windows?
When you cross-compile Windows binaries on a Linux host. see: http://www.cmake.org/Wiki/CMake_Cross_Compiling http://www.cmake.org/Wiki/CmakeMingw -- Erk Le gouvernement représentatif n'est pas la démocratie -- http://www.le-message.org -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
