Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit d28d855

Browse files
downgrade C++ version to avoid compatibility build errors with old pqxx version
1 parent d5fd975 commit d28d855

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
@@ -11,7 +11,7 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
1111
set(CMAKE_VERBOSE_MAKEFILE OFF)
1212

1313
# C++ Standard
14-
set(CMAKE_CXX_STANDARD 17)
14+
set(CMAKE_CXX_STANDARD 14)
1515
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1616

1717
# Output directory

0 commit comments

Comments
 (0)