Fixed cmake diagnostic messsage.

This commit is contained in:
David G. Yu 2014-06-23 22:14:57 -07:00
parent 54207ce79b
commit ccdffb5855

View File

@ -433,7 +433,7 @@ if(OPENCL_FOUND)
else()
if (NOT NO_CLEW)
message(WARNING
"OpenCL was not found, but CLEW was not. "
"OpenCL was found, but CLEW was not. "
"Building with OpenCL support enabled, but the build "
"wouldn't be portable on systems without OpenCL installed.")
endif()