Fixed a typo in OpenCL cmake system
authorRossen Apostolov <rossen@kth.se>
Mon, 31 Aug 2015 13:08:03 +0000 (15:08 +0200)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Fri, 4 Sep 2015 08:26:57 +0000 (10:26 +0200)
Change-Id: I5e7d0b614926a313a08b91471d6515705dadc077

cmake/gmxManageOpenCL.cmake

index 5976b1600485668d6b19ff9c65b12b3ee066586c..4f4222f8d3c20967ad829ce91022bea81cddce01 100644 (file)
@@ -59,7 +59,7 @@ endif()
 
 # Yes Virginia, Darwin kernel version 14.4 corresponds to OS X 10.4.
 if(APPLE AND ${CMAKE_SYSTEM_VERSION} VERSION_LESS "14.4")
-        message(WARNING "OS X prior to version 10.10.4 produces incorrect AMD OpenCL code at runtime. You will not be able to use AMD GPUs on this host unless you upgrade your operating system.");
+        message(WARNING "OS X prior to version 10.10.4 produces incorrect AMD OpenCL code at runtime. You will not be able to use AMD GPUs on this host unless you upgrade your operating system.")
 endif()
 
 add_definitions(${OPENCL_DEFINITIONS})