File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0)
2- OPTION (ENABLE_SQLCIPHER_TESTS "enable sqlchipher test" )
2+ option (ENABLE_SQLCIPHER_TESTS "enable sqlchipher test" )
33
44# Creates the file compile_commands.json in the build directory.
5- SET (CMAKE_EXPORT_COMPILE_COMMANDS ON )
6- set (CMAKE_CXX_STANDARD 17)
5+ set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
6+ set (CMAKE_CXX_STANDARD 17)
77
88set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake" )
99set (HUNTER_TLS_VERIFY ON )
1010include ("cmake/HunterGate.cmake" )
1111include ("cmake/Catch.cmake" )
1212
1313HunterGate(
14- URL "https://github.com/ruslo /hunter/archive/v0.23.214 .tar.gz"
15- SHA1 "e14bc153a7f16d6a5eeec845fb0283c8fad8c358 "
14+ URL "https://github.com/cpp-pm /hunter/archive/v0.24.0 .tar.gz"
15+ SHA1 "a3d7f4372b1dcd52faa6ff4a3bd5358e1d0e5efd "
1616)
1717
1818project (SqliteModernCpp)
You can’t perform that action at this time.
0 commit comments