I have a question about policy CMP0011. I have: $ cat Call_process_dashboard.cmake
# Call process_dashboard # These files are maintained by Richard Wackerbarth set(maintainer_email_account "Richard") set(maintainer_email_domain "NFSNet.org") IF(COMMAND CMAKE_POLICY) CMAKE_POLICY(SET CMP0011 NEW) ENDIF(COMMAND CMAKE_POLICY) process_dashboard (${project} ${branch}) $ >From my reading of its definition, setting CMP0011 to NEW should suppress all >complaints about changes to policy in any subordinate scopes. Thus shouldn't any policy changes make within process_dashboard() be OK and not generate any warning? Richard _______________________________________________ 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