We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb670 commit ec5b097Copy full SHA for ec5b097
1 file changed
ethminer/CMakeLists.txt
@@ -16,9 +16,6 @@ endif()
16
hunter_add_package(CLI11)
17
find_package(CLI11 CONFIG REQUIRED)
18
19
-hunter_add_package(Boost COMPONENTS system thread)
20
-find_package(Boost CONFIG REQUIRED system thread)
21
-
22
target_link_libraries(ethminer PRIVATE ethcore poolprotocols devcore ethminer-buildinfo CLI11::CLI11 Boost::system Boost::thread)
23
24
if(ETHDBUS)
0 commit comments