On 02/25/2013 02:35 PM, Alexander Neundorf wrote: > if the requested version is higher, simply default to the new behaviour, > otherwise to the old. > This would be a bit different than the other policies.
So unset == OLD (internally WARN == OLD)? If no warning will ever appear we do not need a policy at all. We can simply define the behavior. With either old or new default behavior though we still need an explicit option as a property. Perhaps we should say that if (CMAKE_)LINK_DEPENDS_SHARED_LIBRARIES is set to true or false then it is honored. If not then the current minimum required version of CMake determines the value. -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
