Skip to content

Commit fa8ffb9

Browse files
Update CMakeLists.txt
Co-authored-by: Devon Adair <devonadair96@gmail.com>
1 parent a3e3323 commit fa8ffb9

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)