Skip to content

Commit 64c40af

Browse files
committed
C++17
1 parent f55a47e commit 64c40af

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
@@ -3,7 +3,7 @@ OPTION(ENABLE_SQLCIPHER_TESTS "enable sqlchipher test")
33

44
# Creates the file compile_commands.json in the build directory.
55
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
6-
set (CMAKE_CXX_STANDARD 14)
6+
set (CMAKE_CXX_STANDARD 17)
77

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
99
include("cmake/HunterGate.cmake")

0 commit comments

Comments
 (0)