On 7/8/2013 3:58 PM, Stephen Kelly wrote: > Yesterday I made a commit to set CMAKE_LEGACY_CYGWIN_WIN32 as suggested, but > it did not silence the warning. I don't know where the warning comes from.
The first project() call is in Tests/RunCMake/CMP0022/CMakeLists.txt so this needs to be set before that. However, all you need to do is update that file to have a minimum required version of CMake set >= 2.8.4 and then setting the legacy variable will not be necessary. Since this is a test for a 2.8.11.$date policy you can just use 2.8.11 as the min req version. -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
