fixed appending OpenMP compiler option to flag list
authorSzilard Pall <pszilard@cbr.su.se>
Wed, 14 Mar 2012 18:43:29 +0000 (19:43 +0100)
committerSzilard Pall <pszilard@cbr.su.se>
Wed, 14 Mar 2012 18:43:29 +0000 (19:43 +0100)
commit7c517e6ea4a671309dc05532f7ad00e459ed5548
tree4454f4fee020f0b54b711faf5811d08fae91b8e0
parentef666c2789da8b70e3fd60f6878ce4015e23a0ee
fixed appending OpenMP compiler option to flag list

GROMACS_C_FLAGS and GROMACS_CXX_FLAGS is treated as a string and
therefore appending to it using list append operation will result in an
extra semicolon.

Change-Id: I39f768b48bb8c029f8c7b21f0fc3c5e8c2309199
CMakeLists.txt