aboutsummaryrefslogtreecommitdiff
path: root/include/Conf.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Conf.hpp')
-rw-r--r--include/Conf.hpp2
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;