diff options
author | Brad King <brad.king@kitware.com> | 2022-06-10 20:37:17 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-06-11 09:10:27 (GMT) |
commit | 29c578c8fbfadd148e4d7219413526830b054321 (patch) | |
tree | a2564fa94caf56418f3f81bc631a0792d2e676b0 /Utilities/cmzlib/zconf.h | |
parent | efbbae9705d89719804387056c8d592545710487 (diff) | |
download | CMake-29c578c8fbfadd148e4d7219413526830b054321.zip CMake-29c578c8fbfadd148e4d7219413526830b054321.tar.gz CMake-29c578c8fbfadd148e4d7219413526830b054321.tar.bz2 |
zlib: Mangle symbols to avoid conflict with external transitive dependencies
Mangling was dropped by commit fc22ac115e (zlib: Drop old sources to
make room for a fresh import, 2022-05-26). Restore it for the new
import of upstream zlib.
Diffstat (limited to 'Utilities/cmzlib/zconf.h')
-rw-r--r-- | Utilities/cmzlib/zconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmzlib/zconf.h b/Utilities/cmzlib/zconf.h index 2424b2c..1790072 100644 --- a/Utilities/cmzlib/zconf.h +++ b/Utilities/cmzlib/zconf.h @@ -8,6 +8,8 @@ #ifndef ZCONF_H #define ZCONF_H +#include "cm_zlib_mangle.h" /* Hook for mangling inside CMake. */ + /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it. |