]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Workaround issue with defining a preprocessor symbol to a string value
authorJeff Trawick <trawick@apache.org>
Mon, 18 Nov 2013 20:57:52 +0000 (20:57 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Nov 2013 20:57:52 +0000 (20:57 +0000)
commit1b51c06a44682106ab6ca7a562b7153142a382e6
treeacb8ff7fbedd5f906aa018a9f187f4884751a9ca
parent32536ef0b4ee95b7eeeb9e25ab7b70f354e28a6f
Workaround issue with defining a preprocessor symbol to a string value
with embedded blanks.

The extra, escaped quoting in the original version is required for passing
the definition over the command-line, but it broke Visual Studio builds.

For now, avoid the extra quoting when generating for Visual Studio.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1543149 13f79535-47bb-0310-9956-ffa450edef68
CMakeLists.txt