mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-27 02:10:24 +00:00
Merge pull request #460 from c64kernal/dev_clewfix
Fixed build breakage for CLEW.
This commit is contained in:
commit
a04af8958f
@ -151,7 +151,7 @@ CLDeviceContext::HAS_CL_VERSION_1_1 () {
|
||||
clewInitialized = true;
|
||||
clewLoadSuccess = clewInit() == CLEW_SUCCESS;
|
||||
if (not clewLoadSuccess) {
|
||||
error(stderr, "Loading OpenCL failed.\n");
|
||||
error("Loading OpenCL failed.\n");
|
||||
}
|
||||
}
|
||||
return clewLoadSuccess;
|
||||
|
Loading…
Reference in New Issue
Block a user