Fix ManageLmfit
authorRoland Schulz <roland.schulz@intel.com>
Sat, 30 Jun 2018 09:21:23 +0000 (02:21 -0700)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Jul 2018 06:43:03 +0000 (08:43 +0200)
commit296935c999076ec1d4f9c77578459ad2127c0a66
tree76e2dd520da931572b0be69ac6e90059285d5848
parent09cbb536442443786f148449d245772b7fa8f0d4
Fix ManageLmfit

HAVE_LMFIT was set as cache variable without force. This caused it not
to be set properly after changing GMX_USE_LMFIT. Setting it with force
would make it useless to be in the cache. Thus caching is removed.

Change-Id: I7ed093c638c12a3cfb4982ee1a240645e234ba48
cmake/gmxManageLmfit.cmake