https://github.com/Kitware/CMake
Revision 77be366c5841d08c4128ae83946a48093fdbe789 authored by Brad King on 26 October 2015, 17:00:15 UTC, committed by Brad King on 26 October 2015, 17:02:37 UTC
1 parent 3187de2
Raw File
Tip revision: 77be366c5841d08c4128ae83946a48093fdbe789 authored by Brad King on 26 October 2015, 17:00:15 UTC
Intel: Recognize MSVC version for Intel Fortran 2016 (#15809)
Tip revision: 77be366
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top