Fix RelWithAssert with ICC
authorRoland Schulz <roland.schulz@intel.com>
Thu, 7 Dec 2017 10:28:58 +0000 (02:28 -0800)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 7 Dec 2017 17:46:48 +0000 (18:46 +0100)
commit82a8b7babf9d3a59cd60b739f65f80c36b8baefa
tree0cc4e0c86ca22bee8a2a027c544b2267911a3cb2
parent60243c3b222d7aea9e3fd4deb286021af0cfa894
Fix RelWithAssert with ICC

The fp-model flags required for ICC to run with fp-assertions
were not correctly appended. The forwarding of build configuration
specific flags was not working. The RelWithAssert for ICC flags
were the only such flags.

Change-Id: I138fd82eb758157f47ff5186a040afb9e4a2d956
cmake/gmxCFlags.cmake