Skip to content
This repository was archived by the owner on Apr 24, 2022. It is now read-only.

Commit 8f493a0

Browse files
StefanOberhumerchfast
authored andcommittedDec 14, 2018
CUDA Cmake: Remove Boost::filesystem.
1 parent c919717 commit 8f493a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libethash-cuda/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ file(GLOB sources "*.cpp" "*.cu")
3232
file(GLOB headers "*.h" "*.cuh")
3333

3434
cuda_add_library(ethash-cuda STATIC ${sources} ${headers})
35-
target_link_libraries(ethash-cuda ethcore ethash::ethash Boost::filesystem Boost::thread)
35+
target_link_libraries(ethash-cuda ethcore ethash::ethash Boost::thread)
3636
target_include_directories(ethash-cuda PUBLIC ${CUDA_INCLUDE_DIRS})
3737
target_include_directories(ethash-cuda PRIVATE .. ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)