Remove explicit dependency on libnuma (#14359)
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 6 Oct 2017 14:35:26 +0000 (16:35 +0200)
committerJan Kotas <jkotas@microsoft.com>
Fri, 6 Oct 2017 14:35:26 +0000 (07:35 -0700)
commit8b3230750776043f0e78e5adb60e8130580591a8
treed737036b1b4c9079c47cb08c981eefeb8a84cb4d
parent9c6e5b689e043beccdb97385727367e5f0277ac1
Remove explicit dependency on libnuma (#14359)

Currently, when coreclr is built on machine that has libnuma installed,
it adds libnuma to its dependencies and so it cannot be used on machines
that don't have libnuma installed. But that is not necessary, the
dependency was changed to soft dependency - PAL loads it only if it is
present and falls back to the non-numa behavior if it is not found.
This change removes the hard libnuma dependency.
src/pal/src/CMakeLists.txt