Browse Source

lib: cpp: name the choice group for selecting C++ standard

Add a name to the choice group for selecting the C++
standard to be able to override the default standard in
Kconfig.* files.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
pull/60909/head
Damian Krolik 2 years ago committed by Chris Friedt
parent
commit
74859013f1
  1. 2
      lib/cpp/Kconfig

2
lib/cpp/Kconfig

@ -12,7 +12,7 @@ config CPP @@ -12,7 +12,7 @@ config CPP
if CPP
choice
choice STD_CPP
prompt "C++ Standard"
default STD_CPP11
help

Loading…
Cancel
Save