diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-01-07 14:55:49 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-01-07 14:55:53 +0100 |
commit | 634f8b49199adb906009cb352b282ba6bcb8d6be (patch) | |
tree | 3d26b0a6ff255dd7459772adb6c2395ddc74650e /include | |
parent | 6c8ed38bb07e69c286999548bb1157cc0086256c (diff) |
Add info about lang.c and lang.cpp
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 3dd409d..0b97960 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -196,7 +196,7 @@ namespace sibs useCmake(false), buildTests(_buildTests), cVersion(CVersion::C11), - cppVersion(CPPVersion::CPP11) + cppVersion(CPPVersion::CPP14) { cmakeDirGlobal = projectPath; cmakeDirStatic = cmakeDirGlobal; |