Cmake no longer defines WIN32 on Cygwin. That's alright. However, in the message you get when ccmake-ing it says:

    "or set the minimum  required version of CMake to 2.8.4 or higher"

I added

    cmake_minimum_required(VERSION 2.8.4)

but the message still appears. Am I miss-interpreting the message or the cmake_minimum_command?

/Thomas


--

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

Reply via email to