We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55a47e commit 64c40afCopy full SHA for 64c40af
CMakeLists.txt
@@ -3,7 +3,7 @@ OPTION(ENABLE_SQLCIPHER_TESTS "enable sqlchipher test")
3
4
# Creates the file compile_commands.json in the build directory.
5
SET(CMAKE_EXPORT_COMPILE_COMMANDS ON)
6
-set (CMAKE_CXX_STANDARD 14)
+set (CMAKE_CXX_STANDARD 17)
7
8
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
9
include("cmake/HunterGate.cmake")
0 commit comments