CMake/Tests/SimpleInstallS2
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
..
TestSubDir Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
scripts Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
CMakeLists.txt Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
InstallScript1.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
InstallScript2.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
InstallScript3.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
InstallScript4.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
PackageScript.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
PostInstall.cmake Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
PreInstall.cmake Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
foo.c ENH: Fix test on HP-UX 2004-02-04 09:42:50 -05:00
foo.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
inst.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
inst2.cxx ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and PROGRAMS mode, and corresponding support to FILE(INSTALL). Default permissions for shared libraries on non-Windows/non-OSX platforms no longer has the execute bit set. 2006-03-03 18:44:32 -05:00
lib1.cxx ENH: Add install test 2004-02-01 12:53:28 -05:00
lib1.h ENH: Add install test 2004-02-01 12:53:28 -05:00
lib2.cxx ENH: Add install test 2004-02-01 12:53:28 -05:00
lib2.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
lib3.cxx ENH: Add install test 2004-02-01 12:53:28 -05:00
lib3.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
lib4.cxx Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
lib4.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00