Issue errors/warnings for ICC before 12.0.0
authorRoland Schulz <roland@utk.edu>
Mon, 21 Jan 2013 22:58:46 +0000 (17:58 -0500)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 18 Feb 2013 21:15:59 +0000 (22:15 +0100)
commitc5ac14090ec95b5f6ee6a3b4ee7c1a468ed4a6cd
tree61c80d402456ea65eaf00a4563dc934676f720b8
parentf993c6b7357d45979e6b01580378c2d5633dcf73
Issue errors/warnings for ICC before 12.0.0

ICC 11.1 with SSE4.1 gives incorrect results, so CMake will
refuse to build with that minor version. Given that we
currently don't know anything specific and 11 is old, we
warn with any version older than 12.0.0. If more information
is available later, this warning can be made more specific.

Fixes #1126

Change-Id: I3c37844c69ce34769187f288c43cd8aef4086c53
CMakeLists.txt