mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[opencl] Error message when OpenCL could not be found
This commit is contained in:
parent
add3d074b8
commit
ed7e831ddc
@ -38,6 +38,8 @@ if (USE_OPENCL)
|
||||
IF(USE_OPENCL)
|
||||
SET(HAVE_OPENCL TRUE)
|
||||
ENDIF(USE_OPENCL)
|
||||
else(${OpenCL_FOUND})
|
||||
MESSAGE(FATAL_ERROR "Couldn't find OpenCL")
|
||||
endif(${OpenCL_FOUND})
|
||||
endif(USE_OPENCL)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user