https://github.com/Kitware/CMake
Revision 16accdc76e3ad9e076e6da72460606493fb4b38b authored by Brad King on 18 August 2020, 21:09:23 UTC, committed by Brad King on 18 August 2020, 21:09:23 UTC
1 parent 31b0571
Raw File
Tip revision: 16accdc76e3ad9e076e6da72460606493fb4b38b authored by Brad King on 18 August 2020, 21:09:23 UTC
ccmake: suppress warnings in third-party form code
Tip revision: 16accdc
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top