https://github.com/Kitware/CMake
Revision 17eb610a314a3100146e478d72fd0e6f1d0a058f authored by Brad King on 18 March 2021, 14:00:02 UTC, committed by Brad King on 18 March 2021, 14:00:02 UTC
1 parent 06feb84
Raw File
Tip revision: 17eb610a314a3100146e478d72fd0e6f1d0a058f authored by Brad King on 18 March 2021, 14:00:02 UTC
Help: Document CMP0118 requirement for boolean values
Tip revision: 17eb610
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top