Re: [CMake] Policies in generate step

2014-01-20 Thread Dominik Bernhardt
-Urspruengliche Nachricht- [...] Note that cmake_minimum_required(VERSION): http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:cmake_minimum_required will unset policies newer than the specified version number. If you have not set a policy explicitly since the most rece

Re: [CMake] Policies in generate step

2014-01-17 Thread Brad King
On Fri, Jan 17, 2014 at 11:25 AM, Dominik Bernhardt wrote: > I'm using the latest master branch on Windows and I have the impression that > whatever I set for policies, the setting is ignored in the generate step. Some policies aren't enforced until generate time. Typically their settings are r

[CMake] Policies in generate step

2014-01-17 Thread Dominik Bernhardt
I'm using the latest master branch on Windows and I have the impression that whatever I set for policies, the setting is ignored in the generate step. Everything works fine for policies influencing the configure step. However in the generate step I get warnings about undefined policies al