https://github.com/Kitware/CMake
Revision 983cb0c89103311d8bf297392dfdbbcec7b3eb1a authored by Brad King on 19 August 2020, 18:29:23 UTC, committed by Brad King on 19 August 2020, 18:53:46 UTC
1 parent f4373fe
Raw File
Tip revision: 983cb0c89103311d8bf297392dfdbbcec7b3eb1a authored by Brad King on 19 August 2020, 18:29:23 UTC
gitlab-ci: Update Windows builds to MSVC 19.27
Tip revision: 983cb0c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top