Some values simply cannot be escaped properly in all contexts for all native build tools. Document known limitations after the disclaimer that states so.
This commit is contained in:
parent
668ce6b1e8
commit
c64d1385b7
|
@ -20,6 +20,15 @@
|
|||
"work-around the problem by adding escape sequences to the value. " \
|
||||
"Your work-around may break in a future version of CMake that " \
|
||||
"has improved escape support. Instead consider defining the macro " \
|
||||
"in a (configured) header file. Then report the limitation."
|
||||
"in a (configured) header file. Then report the limitation. " \
|
||||
"Known limitations include:\n" \
|
||||
" # - broken almost everywhere\n" \
|
||||
" ; - broken in VS IDE and Borland Makefiles\n" \
|
||||
" , - broken in VS IDE\n" \
|
||||
" % - broken in some cases in NMake\n" \
|
||||
" & | - broken in some cases on MinGW\n" \
|
||||
" ^ < > \\\" - broken in most Make tools on Windows\n" \
|
||||
"CMake does not reject these values outright because they do work " \
|
||||
"in some cases. Use with caution. "
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue