https://github.com/Kitware/CMake
Revision 2ce08e54891054aeba3f273f9970a7fe8fa8b66c authored by Cristian Adam on 18 March 2020, 18:21:08 UTC, committed by Cristian Adam on 26 March 2020, 13:24:46 UTC
1 parent 863b0fa
Raw File
Tip revision: 2ce08e54891054aeba3f273f9970a7fe8fa8b66c authored by Cristian Adam on 18 March 2020, 18:21:08 UTC
PCH: add an option to disable `-Winvalid-pch`
Tip revision: 2ce08e5
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top