CMake/Tests/Module
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
..
CheckTypeSize Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
ExternalData ExternalData: Add option to disable use of symlinks 2015-05-22 09:21:47 -04:00
FindDependency find_dependency: Extend the tests for use of EXACT macro parameter. 2014-03-10 09:07:38 +01:00
GenerateExportHeader Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
WriteCompilerDetectionHeader Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00