https://github.com/Kitware/CMake
Revision ffa1c76ba364f4400973e184b30b9ca387e0b484 authored by Brad King on 07 October 2019, 14:21:40 UTC, committed by Brad King on 07 October 2019, 14:45:23 UTC
Add notes for the changes from commit 33c7ea513d (CPackDeb: Use
`CPACK_PACKAGE_DESCRIPTION_FILE`, 2019-07-11).

Suggested-by: Alex Turbov <i.zaufi@gmail.com>
1 parent a933d8d
Raw File
Tip revision: ffa1c76ba364f4400973e184b30b9ca387e0b484 authored by Brad King on 07 October 2019, 14:21:40 UTC
Help: Add missing 3.16 release notes for CPack/DEB descriptions
Tip revision: ffa1c76
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top