diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 14:57:33 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-01-16 14:57:33 (GMT) |
commit | 7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2 (patch) | |
tree | 34d331501d380b09bf3ea1f30186eff5ddca52bf /Source/CTest/Curl/config.h.in | |
parent | 6695fa300bad1a2ba28bf4101097487f256fdd0b (diff) | |
download | CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.zip CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.tar.gz CMake-7fcfba1f471c4cf1630fee5c8a0916cd2f2e21f2.tar.bz2 |
Improve build, now it should build on mac and other platforms where include file depend on each other
Diffstat (limited to 'Source/CTest/Curl/config.h.in')
-rw-r--r-- | Source/CTest/Curl/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index 980b972..0560f0f 100644 --- a/Source/CTest/Curl/config.h.in +++ b/Source/CTest/Curl/config.h.in @@ -436,7 +436,7 @@ #cmakedefine PACKAGE "${PACKAGE}" /* Define to the address where bug reports for this package should be sent. */ -#cmakedefine PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT} +#cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}" /* Define to the full name of this package. */ #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}" |