From 6d78e6dd7de471e6c925eee76397c392635dcc97 Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Wed, 11 Sep 2024 15:17:50 +0200 Subject: [PATCH] core/CMakeLists: Remove duplicate HAVE_OPENCL condition This is already defined later on the file with the `QGIS_CORE_SRCS` include. --- src/core/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 506745ab98b2..3e41a07b367b 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -2131,12 +2131,6 @@ if (${QT_VERSION_BASE}Positioning_FOUND) endif() -if (HAVE_OPENCL) - set(QGIS_CORE_HDRS ${QGIS_CORE_HDRS} - qgsopenclutils.h - ) -endif() - if (HAVE_WEBENGINE) set(QGIS_CORE_SRCS ${QGIS_CORE_SRCS} web/qgswebenginepage.cpp