Fix TOUPPER usage
authorRoland Schulz <roland@utk.edu>
Mon, 21 Jan 2013 21:12:52 +0000 (16:12 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Tue, 22 Jan 2013 15:28:55 +0000 (16:28 +0100)
commite6121b4a7fc2698e1c8aebc0d788b684556008c6
treee0c4b8db05eb792840730f179579039a7e751e94
parent5cb4a14a227e903675f9d455e0bdb2436f9ed8ed
Fix TOUPPER usage

The last argument is the variable name, thus it shouldn't be ${..}.
Caused compile error when setting accleration to sse2, because
TOUPPER wasn't done correctly.

Change-Id: I0087a6cf3c9a160862757f561b5782c0ac253df8
CMakeLists.txt