Check for required L3CACHE object type in hwloc

This commit is contained in:
Tony Butler 2022-02-07 13:07:10 -07:00
parent 02d45834e1
commit 634f9eba68
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,7 @@ if (WITH_GHOSTRIDER)
add_subdirectory(src/crypto/ghostrider)
set(GHOSTRIDER_LIBRARY ghostrider)
else()
message(STATUS "WITH_GHOSTRIDER=OFF ... GhostRider algorithm disabled")
remove_definitions(/DXMRIG_ALGO_GHOSTRIDER)
set(GHOSTRIDER_LIBRARY "")
endif()