Daniel Pfeifer
5d0d980d99
Use string(APPEND) in Modules
...
Automate with:
find Modules -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:41:13 +02:00
Stephen Kelly
b70295760c
Project: Add configurable name for version computation macros.
2014-06-05 14:02:52 +02:00
Stephen Kelly
8896501b23
CompilerId: Allow specifying a prefix for preprocessor defines.
2014-05-07 14:00:01 +02:00
Stephen Kelly
9d285600d4
Project: Generate the CXX compiler Id test from multiple files.
...
This will allow sharing of the logic of the order to test compilers in
and the preprocessor macros used to do that and to determine the
version components.
2014-05-07 14:00:00 +02:00