A unit tests for expressions is broken for ninja:

http://open.cdash.org/testDetails.php?test=161505814&build=2596684


ninja prints the wrong parameter as it is used in the cmake file,

    include_directories("$<TARGET_PROPERTY:Invali/dTarget,INCLUDE_DIRECTORIES>")

but the test wants the $ escaped one:

  Expected stderr to match:
   expect-err>     \$<TARGET_PROPERTY:Invali/dTarget,INCLUDE_DIRECTORIES>

  Actual stderr:
   actual-err>     $<TARGET_PROPERTY:Invali/dTarget,INCLUDE_DIRECTORIES>


Is this a bug in the test (and the other generators) or in the ninja generator?

Peter
--

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