File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0)
2
- OPTION (ENABLE_SQLCIPHER_TESTS "enable sqlchipher test" )
2
+ option (ENABLE_SQLCIPHER_TESTS "enable sqlchipher test" )
3
3
4
4
# 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)
7
7
8
8
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR} /cmake" )
9
9
set (HUNTER_TLS_VERIFY ON )
10
10
include ("cmake/HunterGate.cmake" )
11
11
include ("cmake/Catch.cmake" )
12
12
13
13
HunterGate(
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 "
16
16
)
17
17
18
18
project (SqliteModernCpp)
You can’t perform that action at this time.
0 commit comments