[CMake] Ninja order-only dependency makes inefficient ninja DAG

2014-06-19 Thread Kristofer Tingdahl
Hi, CMake adds order-only dependencies in build.ninja between libraries and subsequent object-files, and I cannot see why this is needed. Consider the following CMakeLists.txt: project( program ) add_library( A SHARED a.cc ) add_library( B SHARED b.cc ) target_link_libraries( B A ) add_executable

Re: [CMake] Problems detecting source-code changes in continuous integration ctest script

2012-09-12 Thread Kristofer Tingdahl
Dear David, thanks for the solution. As I digged into the source-code, I found that this was probably a solution. Best regards, Kristofer Tingdahl -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep

[CMake] Problems detecting source-code changes in continuous integration ctest script

2012-09-10 Thread Kristofer Tingdahl
should be, so that I can change the code and make a patch. I am using cmake 2.8.9. Sincerely, Kristofer Tingdahl -- 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