mirror of
https://github.com/xmrig/xmrig.git
synced 2024-10-30 21:17:52 +00:00
Added warning about libcpuid deprecation.
This commit is contained in:
parent
6379d1f90e
commit
aa284c6a3a
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ if (WITH_HWLOC)
|
|||
src/backend/cpu/platform/HwlocCpuInfo.h
|
||||
)
|
||||
elseif (WITH_LIBCPUID)
|
||||
message(WARNING, "libcpuid support is deprecated and will be removed in future versions.")
|
||||
set(WITH_HWLOC OFF)
|
||||
|
||||
add_subdirectory(src/3rdparty/libcpuid)
|
||||
|
|
Loading…
Reference in a new issue