Remove static-intel from default flags
commit3ce63cd097417c45cba92140c872b2829e22a79a
authorRoland Schulz <roland.schulz@intel.com>
Thu, 11 May 2017 22:12:30 +0000 (11 15:12 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Thu, 11 May 2017 22:12:30 +0000 (11 15:12 -0700)
tree89d16638541a946a9eb6b1b40c96213133cccfa6
parent2a57fccff03c570ea01dc2816a6a81c356ccd4ee
Remove static-intel from default flags

Isn't guranteed to work with shared libraries. Also inconsistent
with other libraries, which default to shared libraries. Thus
should only be added with GMX_PREFER_STATIC_LIBS=on. Simpler to
just leave it to the user.

Change-Id: I9d8e0a6a81cd6ec961a2bd4f370714a2421f646c
cmake/gmxCFlags.cmake