Merge pull request #304 from Nazg-Gul/dev

Fix real stupid copy-paste typo from a while ago
This commit is contained in:
Manuel Kraemer 2014-05-20 15:59:12 -07:00
commit 121c8d6d04

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, "