diff options
author | Brad King <brad.king@kitware.com> | 2024-08-13 19:22:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-08-13 19:22:45 (GMT) |
commit | 6b8ab3c282d9925e485e84b1ab518536c9a5b660 (patch) | |
tree | b4db5de1dd9053f90ddcd55ea7da61daa2ab6055 /Utilities/cmexpat | |
parent | 25c2d60c043dff4c452cc0dc786ffdb0b8213cef (diff) | |
download | CMake-6b8ab3c282d9925e485e84b1ab518536c9a5b660.zip CMake-6b8ab3c282d9925e485e84b1ab518536c9a5b660.tar.gz CMake-6b8ab3c282d9925e485e84b1ab518536c9a5b660.tar.bz2 |
expat: Hard-code configuration options for our needs
Diffstat (limited to 'Utilities/cmexpat')
-rw-r--r-- | Utilities/cmexpat/expat_config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmexpat/expat_config.h.cmake b/Utilities/cmexpat/expat_config.h.cmake index a5a733c..c820533 100644 --- a/Utilities/cmexpat/expat_config.h.cmake +++ b/Utilities/cmexpat/expat_config.h.cmake @@ -85,7 +85,7 @@ /* #undef XML_DTD */ /* Define as 1/0 to enable/disable support for general entities. */ -#define XML_GE @XML_GE@ +#define XML_GE 0 /* Define to make XML Namespaces functionality available. */ /* #undef XML_NS */ |