CMake/Tests/TryCompile
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
..
Inner Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
exit_success.c ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now 2007-06-01 11:16:29 -04:00
exit_with_error.c ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it now 2007-06-01 11:16:29 -04:00
expect_arg.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
fail.c ENH: add a new test to test try compile 2003-02-10 13:19:34 -05:00
fail2a.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
fail2b.c try_compile: Add signature to allow multiple SOURCES 2013-06-06 14:35:20 -04:00
pass.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
pass2a.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
pass2b.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
testdef.c Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00