https://github.com/Kitware/CMake
Revision 7116712771538be9f093b6ae7f4ef5ce38fc3679 authored by Brad King on 12 June 2022, 11:20:59 UTC, committed by Kitware Robot on 12 June 2022, 11:21:11 UTC
29c578c8fb zlib: Mangle symbols to avoid conflict with external transitive dependencies

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7351
2 parent s 012eb49 + 29c578c
Raw File
Tip revision: 7116712771538be9f093b6ae7f4ef5ce38fc3679 authored by Brad King on 12 June 2022, 11:20:59 UTC
Merge topic 'zlib-mangle' into release-3.24
Tip revision: 7116712
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top