https://github.com/Kitware/CMake
Revision 17ce0c29ad6f344ac0e7f628028cf66a1cf19f55 authored by Brad King on 26 August 2019, 14:25:54 UTC, committed by Brad King on 26 August 2019, 14:28:32 UTC
Save the value of the compiler id variable in storage we own so that
mutating it based on a policy does not invalidate the local value for
later comparisons.  This was identified by Clang AddressSanitizer.
1 parent 40bbe50
Raw File
Tip revision: 17ce0c29ad6f344ac0e7f628028cf66a1cf19f55 authored by Brad King on 26 August 2019, 14:25:54 UTC
cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetime
Tip revision: 17ce0c2
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top