Disable static libcudart on OS X
commit336ebf1ae3bb6297f4870280be4f6f559205e7df
authorErik Lindahl <erik@kth.se>
Thu, 26 May 2016 22:34:51 +0000 (27 00:34 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 8 Jun 2016 08:22:24 +0000 (8 10:22 +0200)
treedf91ed5bcfdf3c289282cf937b08d9f97cb41149
parent7139bb20270be53182fe4e6f34a4ca3c87159551
Disable static libcudart on OS X

Recent versions of CMake enable a static version of
libcudart by default, but this breaks builds at least
on the most recent version (10.11) of OS X, so we
disable it on this platform.

Change-Id: I2cc9c3dc600c1c72a461c482888f38d33a33eb7a
cmake/gmxManageGPU.cmake