CMake/Tests/MakeClean
Daniel Pfeifer 7a649111cd Use string(APPEND) in Tests
Automate with:

find Tests -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
2016-07-28 00:43:04 +02:00
..
ToClean Tests: Don't read the LOCATION property from build targets. 2013-11-19 18:07:27 +01:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
check_clean.c.in ENH: Adding test of "make clean". 2005-02-09 09:21:01 -05:00