From ccdffb5855029af3444c816f2113228ef88cf291 Mon Sep 17 00:00:00 2001 From: "David G. Yu" Date: Mon, 23 Jun 2014 22:14:57 -0700 Subject: [PATCH] Fixed cmake diagnostic messsage. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index da80e3f6..5f48b8c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()