File ethash-cmake.patch of Package ethash
--- test/unittests/CMakeLists.txt 2021-11-09 18:52:40.167062780 +0100
+++ test/unittests/CMakeLists.txt 2021-11-09 18:58:58.632353829 +0100
@@ -4,8 +4,8 @@
include(GoogleTest)
-hunter_add_package(GTest)
-find_package(GTest CONFIG REQUIRED)
+find_package(GTest REQUIRED)
+find_package(Threads REQUIRED)
add_executable(
ethash-test
--- test/CMakeLists.txt 2021-11-09 18:52:40.167062780 +0100
+++ test/CMakeLists.txt 2021-11-09 19:00:01.620864440 +0100
@@ -2,7 +2,6 @@
# Copyright 2018 Pawel Bylica.
# Licensed under the Apache License, Version 2.0.
-add_subdirectory(benchmarks)
add_subdirectory(experimental)
add_subdirectory(fakeminer)
add_subdirectory(integration)