Hi David,

I have prepared a new patch for master which works fine now.

claus-kleins-macbook-pro:CmakeBuildDir clausklein$ bin/cmake --help- policy CMP0019
cmake version 2.8.8.20120628-g01d97-dirty
  CMP0019
       add_dependencies(target-name depend-target1 depend-target2 ...)
       Dependent targets must all exist.

In CMake 2.8.10 and above this policy determines whether or not the case is an error. The OLD behavior for this policy is to silently ignore the problem. The NEW behavior for this policy is to report an
       error.

This policy was introduced in CMake version 2.8.10. CMake version 2.8.8.20120628-g01d97-dirty warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW
       explicitly.

Claus

Attachment: prepareCheckForDependingTargetThatDoesNotExistNowButWillBeAddedLater.patch
Description: Binary data




On 27.07.2012, at 20:59, David Cole wrote:

I will have no problem getting it into CMake 'master' immediately
after the 2.8.9 release is final.

P.S. for which date is the release planed?


--

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

Reply via email to