<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 19/12/12 17:56, David Cole wrote:<br>
    </div>
    <blockquote
cite="mid:CAAdwe9WzDcw20ha8y5ZrW9kNyN2bxF2SmFunpcHgq=wMGRUcWA@mail.gmail.com"
      type="cite">
      <div dir="ltr">I think the safest/wisest thing to do in this case
        is to update your minimum required version to CMake 2.8.4, and
        then adjust your custom code to eliminate the warning if it
        still occurs.
        <div><br>
        </div>
        <div style="">
          2.8.4 is more than 18 months old at this point. Is there a
          reason why 2.6.2 is still required for some?</div>
      </div>
    </blockquote>
    Yep. Old machines running old software that nobody wants to touch,
    adhering to the principle "Don't fix anything that ain't broke".<br>
    <br>
    <blockquote
cite="mid:CAAdwe9WzDcw20ha8y5ZrW9kNyN2bxF2SmFunpcHgq=wMGRUcWA@mail.gmail.com"
      type="cite">
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Wed, Dec 19, 2012 at 11:24 AM,
          Alexander Neundorf <span dir="ltr">&lt;<a
              moz-do-not-send="true"
              href="mailto:a.neundorf-work@gmx.net" target="_blank">a.neundorf-work@gmx.net</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div class="im">On Wednesday 19 December 2012, Marcel Loose
              wrote:<br>
              &gt; Hi David,<br>
              &gt;<br>
              &gt; I need to set a policy to OLD, because I have wrapped
              a few existing<br>
              &gt; Find*.cmake files to overcome some bugs or
              shortcomings. However, since<br>
              &gt; CMake 2.8.4 (or 2.8.3, I'm not sure), this triggers a
              policy warning<br>
              &gt; CMP0017 with newer versions of CMake, because some
              macros are now<br>
              &gt; included from my CMAKE_MODULE_PATH and some from
              CMAKE_CURRENT_LIST_DIR,<br>
              &gt; which expands to somewhere inside CMAKE_ROOT.<br>
              <br>
            </div>
            you get this warning if a module from CMake/Modules/
            includes a module from<br>
            outside CMake/Modules/, if the same module exists also
            inside CMake/Modules/.<br>
            <br>
            This is a serious warning, because the including module
            expects the module<br>
            from the same cmake version as itself, having the features
            as they are in this<br>
            version, and by getting a different file it may not get what
            it expects.<br>
            <div class="HOEnZb">
              <div class="h5"><br>
                Alex<br>
                --<br>
                <br>
                Powered by <a moz-do-not-send="true"
                  href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
                <br>
                Visit other Kitware open-source projects at <a
                  moz-do-not-send="true"
                  href="http://www.kitware.com/opensource/opensource.html"
                  target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
                <br>
                Please keep messages on-topic and check the CMake FAQ
                at: <a moz-do-not-send="true"
                  href="http://www.cmake.org/Wiki/CMake_FAQ"
                  target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
                <br>
                Follow this link to subscribe/unsubscribe:<br>
                <a moz-do-not-send="true"
                  href="http://www.cmake.org/mailman/listinfo/cmake"
                  target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
    <br>
  </body>
</html>