CMake/Tests/Complex
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
..
Cache ENH: Move CMakeCache.txt to Cache/ directory to avoid any in-source build pb. 2002-01-22 15:50:52 -05:00
Executable Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
Library Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
VarTests.cmake Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
cmTestConfigure.h.in get_filename_component: Add explicit unit tests 2013-04-16 09:35:29 -04:00
cmTestConfigureEscape.h.in add a test for escape quotes and configure file 2002-05-23 13:04:00 -04:00
cmTestGeneratedHeader.h.in ENH: Added test for generated header included by non-generated source. 2002-12-13 17:35:00 -05:00