Brad King wrote: >> I'd also be glad if missing cmake_minimum_required in root CMake >> list/script would be treated as error and not as warning since you can >> get old policies in by accident. > > Yes, we should consider enforcing CMP0000 in script mode too > or perhaps add a separate policy for it.
Yes. The good news is that 1) Most policies affect things related to the buildsystem/targets etc which are not in scope of scripts. So scripts affected by policies are rare (which is why this hasn't come up before). 2) Scripts which are affected by policies (such as CMP0010, CMP0054) can almost always be changed such that they also work with ancient cmake. Thanks, Steve. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers