Browse Source

Recover lost code after ethash merge

- Recover installing ethash if ethash-cl is not built
cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
6b74a4e96f
  1. 4
      libethash/CMakeLists.txt

4
libethash/CMakeLists.txt

@ -42,3 +42,7 @@ add_library(${LIBRARY} ${FILES})
if (CRYPTOPP_FOUND)
TARGET_LINK_LIBRARIES(${LIBRARY} ${CRYPTOPP_LIBRARIES})
endif()
if (NOT ETHASHCL)
install( TARGETS ${LIBRARY} RUNTIME DESTINATION bin ARCHIVE DESTINATION lib LIBRARY DESTINATION lib )
endif ()
Loading…
Cancel
Save