We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40585b + 1f430bd commit 0ecd6eeCopy full SHA for 0ecd6ee
src/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 3.13)
2
3
### Basic compilation settings
4
set (CMAKE_POSITION_INDEPENDENT_CODE TRUE)
5
-set (CMAKE_CXX_STANDARD 11)
+set (CMAKE_CXX_STANDARD 14)
6
7
include_directories (
8
${CMAKE_CURRENT_SOURCE_DIR}
0 commit comments