blob: 857cca79bd9879947ab94422227326b84d097abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/3rdparty/CMakeLists.txt b/3rdparty/CMakeLists.txt
index 1b43375..a2bd52c 100644
--- a/3rdparty/CMakeLists.txt
+++ b/3rdparty/CMakeLists.txt
@@ -46,8 +46,8 @@ endif()
option( BUILD_QWTPLOT3D "Build QwtPlot3D using own code" OFF )
if( NOT BUILD_QWTPLOT3D )
- find_library ( QWTPLOT3D_LIBRARY
- NAMES qwtplot3d-qt5
+find_library ( QWTPLOT3D_LIBRARY
+ NAMES qwtplot3d
HINTS ${QT_LIBRARY_DIR}
)
if( NOT QWTPLOT3D_LIBRARY )
|