On 07/14/2016 01:32 PM, Alan W. Irwin wrote:
> I am addressing this mostly to you because you are the author of
> CMP0065 which has the special property that by default it does not
> warn when the policy is not set.  However, I find it does warn when
> --trace is set which I am fairly sure is a (minor) bug.

This is documented behavior:

 https://cmake.org/cmake/help/v3.6/variable/CMAKE_POLICY_WARNING_CMPNNNN.html
 "running cmake(1) with the --debug-output, --trace, or --trace-expand option
  will also enable the warning."

The idea is that tracing is a verbose debug mode so all policies
warn if they are not set.  Add -DCMAKE_POLICY_WARNING_CMP0065=OLD
to disable the warning.

> should change "thier" (in the third last line) to "their".

Recently fixed:

 Fix typos.
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=56608618

-Brad

-- 

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

Reply via email to