Skip to content

Features: Do not use a lower-than-default standard for requested features

Zsolt Parragi requested to merge dutow/cmake:fix-default-standard into master

AddRequiredTargetC(xx) feature didn't take the default compiler standard into account, which possibly resulted in the use of an older standard when some features requested it.

Fixes: #18686 (closed)
Topic-rename: features-from-default-standard

Edited by Brad King

Merge request reports