Revision 0c07f390068fe5a9c3c99ebc64f6e6c72b6eff41 authored by Ben Boeckel on 21 September 2023, 20:03:08 UTC, committed by Ben Boeckel on 02 October 2023, 14:17:31 UTC
All the major compilers now have scheduled releases with support for
scanning, so remove the experimental gate.

Fixes: #18355
1 parent 68caec9
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top