You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(DBC_MODERN_CPP "Enable support for modern C++"OFF)
8
+
option(DBC_MODERN_CPP "Enable support for modern C++ 17. Default is C++ 11 for legacy systems."OFF)
9
9
option(DBC_TEST_LOCALE_INDEPENDENCE "Used to deterime if the libary is locale agnostic when it comes to converting floats. You need `de_DE.UTF-8` locale installed for this testing."OFF)
10
10
option(DBC_GENERATE_DOCS "Use doxygen if installed to generated documentation files"OFF)
11
11
option(DBC_GENERATE_SINGLE_HEADER "This will run the generator for the single header file version. Default is OFF since we make a static build. Requires cargo installed."OFF)
0 commit comments