Skip to content

Commit

Permalink
core/CMakeLists: Remove duplicate HAVE_OPENCL condition
Browse files Browse the repository at this point in the history
This is already defined later on the file with the `QGIS_CORE_SRCS`
include.
  • Loading branch information
ptitjano authored and troopa81 committed Sep 11, 2024
1 parent c85589e commit 6d78e6d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d78e6d

Please sign in to comment.