Browse Source

Merge pull request #1871 from LefterisJP/install_ethash_merge_fix

Recover lost code after ethash merge
cl-refactor
Marek Kotewicz 10 years ago
parent
commit
2f1c5b4f77
  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