diff options
author | Brad King <brad.king@kitware.com> | 2019-10-29 15:51:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-10-29 16:03:54 (GMT) |
commit | 1dbf485934da62b92bed63defb236254ffbeaa10 (patch) | |
tree | 98ed4a3fe610863ed337e93e8effa23a8904fae2 /Help | |
parent | 92780281c2e8a46223b262b152caa9c8329373b1 (diff) | |
download | CMake-1dbf485934da62b92bed63defb236254ffbeaa10.zip CMake-1dbf485934da62b92bed63defb236254ffbeaa10.tar.gz CMake-1dbf485934da62b92bed63defb236254ffbeaa10.tar.bz2 |
bootstrap: Avoid redundant compiler selection checks
In commit 6e613ff399 (bootstrap: Add infrastructure to detect threading
flags, 2017-11-28, v3.11.0-rc1~281^2~1) an extra level of nesting was
added to the selection loop, but the inner-most `break` command used to
exit the loop on success was not updated. This caused the outer-most
loop to iterate unnecessarily and repeatedly try the same compilers
again. In the case of compilers requiring a `-std=` flag, this may have
caused the oldest standard to be used instead of the newest.
Diffstat (limited to 'Help')
0 files changed, 0 insertions, 0 deletions