Skip to content

Commit fe0befb

Browse files
authored
Merge pull request #216 from aminroosta/upgrade-hunter-version
upgrade hunter
2 parents a0f96c1 + 7fe1548 commit fe0befb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
cmake_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

88
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
99
set(HUNTER_TLS_VERIFY ON)
1010
include("cmake/HunterGate.cmake")
1111
include("cmake/Catch.cmake")
1212

1313
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"
1616
)
1717

1818
project(SqliteModernCpp)

0 commit comments

Comments
 (0)