https://github.com/Kitware/CMake
Revision 46fa9583624b3dd2b2dad978cb0313b78eae5f53 authored by Brad King on 12 February 2016, 13:45:09 UTC, committed by Brad King on 12 February 2016, 13:51:58 UTC
We represent target dependency sets as `set<cmTargetDepend>` which
orders by a `cmGeneratorTarget const*` pointer value.  Therefore the
order of dependencies encountered in AppendTargetDepends is not
predictable.  Sort them by content to make the result deterministic.
1 parent 59ade84
Raw File
Tip revision: 46fa9583624b3dd2b2dad978cb0313b78eae5f53 authored by Brad King on 12 February 2016, 13:45:09 UTC
Ninja: Fix non-determinism in generated target dependency order (#15968)
Tip revision: 46fa958
CMakeGraphVizOptions.cmake
set(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo")
back to top