ports/devel/hotspot/files/patch-cmake_FindQCustomPlot.cmake
Yuri Victorovich 2be2200b0c devel/hotspot: update 1.4.1-306 → 1.5.0
Reported by:	portscout
2024-04-28 00:09:57 -07:00

11 lines
531 B
CMake

--- cmake/FindQCustomPlot.cmake.orig 2024-04-25 19:14:17 UTC
+++ cmake/FindQCustomPlot.cmake
@@ -30,7 +30,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-find_library(QCustomPlot_LIBRARY NAMES qcustomplot-qt${QT_MAJOR_VERSION} qcustomplot)
+find_library(QCustomPlot_LIBRARY NAMES QCustomPlot-qt${QT_MAJOR_VERSION})
set(QCustomPlot_LIBRARIES "${QCustomPlot_LIBRARY}")
find_path(QCustomPlot_INCLUDE_DIR NAMES qcustomplot.h)