Turn off hwloc support when static lib found
commitccbd250a3dc35313b34f1d0a3b423ea702ed7b58
authorSzilárd Páll <pall.szilard@gmail.com>
Wed, 2 Nov 2016 23:52:32 +0000 (3 00:52 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Fri, 9 Dec 2016 00:43:49 +0000 (9 01:43 +0100)
treecfcc474473fa6f016041e1d2628ceed7fdb81981
parentb7817e2da7e2e4df1292e7bc3f4f5414a1a77999
Turn off hwloc support when static lib found

Hwloc dependencies are not resolved at CMake time when static
libwloc.a is detected and in most of these cases link-time
errors will prevent building GROMACS. As it is hard for a user to know
how to solve such cryptic errors and hwloc is not a required dependency,
we turn off hwloc support when a static lib is detected. The user can
override this on the cmake command line.

Refs #1919

Change-Id: Ic3917e2e59ee4c291b78ee47150e513ae77ced85
CMakeLists.txt