Fix real stupid copy-paste typo from a while ago

This commit is contained in:
Sergey Sharybin 2014-05-20 23:36:45 +02:00
parent a5e0309481
commit 753397cbc5

View File

@ -417,7 +417,7 @@ if(OPENCL_FOUND)
-DOPENSUBDIV_HAS_OPENCL
)
else()
if (NOT NO_TBB)
if (NOT NO_OPENCL)
message(WARNING
"OpenCL was not found : support for OpenCL parallel compute kernels "
"will be disabled in Osd. If you have the OpenCL SDK installed, "