Revision d55671ad9d6f24b79eaecbb9abbce49ef556742e authored by Brad King on 24 April 2014, 13:04:27 UTC, committed by Brad King on 24 April 2014, 13:04:52 UTC
In the domain clear_doc method, avoid removing entries from a dictionary
while iterating over it.  Instead accumulate a set of entries to remove
at the end.
1 parent 69069cf
Raw File
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top