We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869b329 commit 7412842Copy full SHA for 7412842
1 file changed
examples/loading/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18)
2
3
project(example)
4
5
-set(CMAKE_CXX_STANDARD 20)
+set(CMAKE_CXX_STANDARD 17)
6
7
# for libpqxx
8
set(CMAKE_CXX_FLAGS "-Wno-unknown-attributes")
0 commit comments