https://github.com/Kitware/CMake
Revision bbcdac4e5d53de12013c6af6395b28e4816f7823 authored by Cristian Adam on 07 August 2021, 15:07:55 UTC, committed by Cristian Adam on 13 September 2021, 15:12:11 UTC
1 parent cc94429
Raw File
Tip revision: bbcdac4e5d53de12013c6af6395b28e4816f7823 authored by Cristian Adam on 07 August 2021, 15:07:55 UTC
PCH: Fix all-language precompile header support in Xcode
Tip revision: bbcdac4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top