Skip to content

Commit 5b34335

Browse files
committed
Merge branch 'fix/const-correctness' of github.com:SimonCahill/dbc_parser_cpp into fix/const-correctness
2 parents d30508f + fa8ffb9 commit 5b34335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(dbc VERSION 0.5.0 DESCRIPTION "C++ DBC Parser")
55

66
# -- PROJECT OPTIONS -- #
77
option(DBC_ENABLE_TESTS "Enable Unittests" ON)
8-
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)
99
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)
1010
option(DBC_GENERATE_DOCS "Use doxygen if installed to generated documentation files" OFF)
1111
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

Comments
 (0)