Skip to content

Commit 74dc673

Browse files
author
Matthias Wittgen
committed
Fix error message
1 parent 6a47562 commit 74dc673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lsst/sconsUtils/state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def ClassifyCc(context):
563563
log.info(f"C++20 supported with {cpp20Arg!r}")
564564
break
565565
else:
566-
log.fail(f"C++17 extensions could not be enabled for compiler {env.whichCc!r}")
566+
log.fail(f"C++20 extensions could not be enabled for compiler {env.whichCc!r}")
567567
conf.Finish()
568568

569569
#

0 commit comments

Comments
 (0)