Fixed GhostRider build.
This commit is contained in:
parent
571bc798f4
commit
f99554858b
3 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,4 @@
|
|||
if (WITH_GHOSTRIDER)
|
||||
add_definitions(/DXMRIG_ALGO_GHOSTRIDER)
|
||||
add_subdirectory(src/crypto/ghostrider)
|
||||
set(GHOSTRIDER_LIBRARY ghostrider)
|
||||
else()
|
||||
remove_definitions(/DXMRIG_ALGO_GHOSTRIDER)
|
||||
set(GHOSTRIDER_LIBRARY "")
|
||||
list(APPEND LIBS ghostrider)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue