File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ endif ()
3434if (PACKAGE_MANAGER STREQUAL "hunter" )
3535 include (cmake/HunterGate.cmake)
3636 HunterGate(
37- URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm26.zip
38- SHA1 21e8e29f562962e97fc8bcd35a4ad5244794c7fc
37+ URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm28.tar.gz
38+ SHA1 a4f1b0f42464e07790b7f90b783a822d71be6c6d
3939 )
4040endif ()
4141
@@ -55,8 +55,10 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
5555
5656if (PACKAGE_MANAGER STREQUAL "hunter" )
5757 hunter_add_package(Boost)
58+ find_package (Boost)
59+ else ()
60+ find_package (Boost CONFIG REQUIRED COMPONENTS endian multiprecision)
5861endif ()
59- find_package (Boost CONFIG REQUIRED COMPONENTS endian multiprecision)
6062
6163if (PACKAGE_MANAGER STREQUAL "hunter" )
6264 hunter_add_package(qtils)
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ function(hunter_gate_download dir)
221221 hunter_gate_internal_error("Empty 'dir' argument" )
222222 endif ()
223223
224- string (COMPARE EQUAL "${HUNTER_GATE_SHA1} " "" is_bad )
224+ string (COMPARE EQUAL "${HUNTER_GATE_SHA1} " "" iCOMPs_bad )
225225 if (is_bad)
226226 hunter_gate_internal_error("HUNTER_GATE_SHA1 empty" )
227227 endif ()
You can’t perform that action at this time.
0 commit comments