Fix ICC workaround for C++11 feature check
commitdc6b7bdd3e0ffe8593a714b458a65cb6bff3961e
authorRoland Schulz <roland@utk.edu>
Tue, 27 Jun 2017 18:36:16 +0000 (27 11:36 -0700)
committerRoland Schulz <roland.schulz@intel.com>
Wed, 28 Jun 2017 00:30:30 +0000 (28 02:30 +0200)
treedf1b1162080326ad95591fce84143c5e47c70307
parente56337d7a7d4cbf57057956a94788c608ae5c22f
Fix ICC workaround for C++11 feature check

- Fix that move constructor check was disabled for non-ICC
- Disable check for all supported ICC versions

Change-Id: I295ffb9190d6c02540e709fafd9330a581afd1de
cmake/gmxTestCXX11.cmake