https://github.com/Kitware/CMake
Revision 013bee698e8470169d99e90aa86d5d85693c6b12 authored by John Freeman on 31 May 2019, 21:35:41 UTC, committed by Brad King on 03 June 2019, 18:17:11 UTC
1 parent 3eb16de
Raw File
Tip revision: 013bee698e8470169d99e90aa86d5d85693c6b12 authored by John Freeman on 31 May 2019, 21:35:41 UTC
Tests: Add RunCMake.CommandLine make_directory test checks
Tip revision: 013bee6
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top