Skip to content

Commit ec5b097

Browse files
committed
remove duplicate hunter directives. already defined in CMakeLists.txt.
as per request @chfast
1 parent eedb670 commit ec5b097

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ethminer/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ endif()
1616
hunter_add_package(CLI11)
1717
find_package(CLI11 CONFIG REQUIRED)
1818

19-
hunter_add_package(Boost COMPONENTS system thread)
20-
find_package(Boost CONFIG REQUIRED system thread)
21-
2219
target_link_libraries(ethminer PRIVATE ethcore poolprotocols devcore ethminer-buildinfo CLI11::CLI11 Boost::system Boost::thread)
2320

2421
if(ETHDBUS)

0 commit comments

Comments
 (0)