CMake/Tests/CMakeOnly
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
..
AllFindModules Merge topic 'FindProtobuf-variable-case' 2016-03-11 08:30:46 -05:00
CheckCXXCompilerFlag Check*CompilerFlag: Revert to previous method used to pass flags (#15641) 2015-07-08 09:55:16 -04:00
CheckCXXSymbolExists Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CheckLanguage Add CheckLanguage module 2012-02-08 10:48:34 -05:00
CheckStructHasMember Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CheckSymbolExists Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CompilerIdC Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
CompilerIdCXX Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
CompilerIdFortran Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
LinkInterfaceLoop Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
MajorVersionSelection Tests: Fix CMP0054 warnings 2014-09-16 09:06:29 -04:00
ProjectInclude Add ability to include a file in a project via a cache variable. 2012-02-17 12:41:39 -05:00
SelectLibraryConfigurations SelectLibraryConfigurations: Use -NOTFOUND instead of copying the vars 2013-07-22 09:37:33 -04:00
TargetScope Add test covering imported target scope rules 2012-01-25 14:43:07 -05:00
find_library Teach find_library and find_package to search lib32 paths (#11260) 2016-06-10 11:09:16 -04:00
find_path Test find_path multiarch support (#13742) 2012-11-26 17:06:12 -05:00
CMakeLists.txt CheckStructHasMember: Add support for C++ 2013-10-08 09:43:06 -04:00
Test.cmake.in Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly tests 2015-08-11 10:18:04 -04:00