aboutsummaryrefslogtreecommitdiff
path: root/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
blob: af718e130363921e3772fa0f12ea331d29083717 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- cmake/FindQCustomPlot.cmake.orig	2022-12-21 10:52:32 UTC
+++ cmake/FindQCustomPlot.cmake
@@ -32,7 +32,7 @@
 
 
 find_library(QCustomPlot_LIBRARY
-    NAMES qcustomplot qcustomplot-qt5
+    NAMES QCustomPlot-qt5
 )
 set(QCustomPlot_LIBRARIES "${QCustomPlot_LIBRARY}")