https://github.com/Kitware/CMake
Revision 42ef28b4f3b2f1af5508319b69352647d7e00985 authored by Brad King on 01 October 2019, 13:29:11 UTC, committed by Brad King on 01 October 2019, 16:25:43 UTC
These were added and used by commit 5299141320 (CPackDeb: Enable the DEB
generator on Windows, 2017-06-17, v3.10.0-rc1~445^2) but have not been
used since commit df556e65f2 (cmCPackDebGenerator: Use libarchive to
create .deb file, 2017-08-24, v3.10.0-rc1~220^2).
1 parent 62d6528
Raw File
Tip revision: 42ef28b4f3b2f1af5508319b69352647d7e00985 authored by Brad King on 01 October 2019, 13:29:11 UTC
Remove unused uid_t/gid_t types on Windows
Tip revision: 42ef28b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top