CMake/Tests/Fortran
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
..
Executable Fix dependency scanning configuration in subdirectories 2016-02-05 09:26:44 -05:00
External
Library Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
Subdir Fix dependency scanning configuration in subdirectories 2016-02-05 09:26:44 -05:00
in_interface
include 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
foo.f Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
hello.f
mainc.c
maincxx.c
myc.c
mycxx.cxx
mysub.f
test_module_implementation.f90
test_module_interface.f90
test_module_main.f90
test_preprocess.F90 Fortran: Fix passing of preprocessor definitions to dependency scanner 2015-07-06 10:35:02 -04:00
test_preprocess_module.F90 Fortran: Fix passing of preprocessor definitions to dependency scanner 2015-07-06 10:35:02 -04:00
test_use_in_comment_fixedform.f
test_use_in_comment_freeform.f90 Remove trailing whitespace from most CMake and C/C++ code 2012-08-13 14:18:39 -04:00
testf.f
world.f
world_gnu.def Fix Fortran test .def file symbol mangling 2011-02-23 11:05:14 -05:00
world_icl.def Fix Fortran test .def file symbol mangling 2011-02-23 11:05:14 -05:00