Skip to content

Commit

Permalink
SearchForStuff: Do not pass /usr/lib to PATH in qwt's find_library (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Feb 15, 2022
1 parent d4dbf98 commit 5d92404
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/SearchForStuff.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,6 @@ find_path(QWT_INCLUDE_DIR NAMES qwt.h PATHS
)

find_library(QWT_LIBRARY NAMES qwt-qt5 qwt PATHS
/usr/lib
/usr/local/lib
/usr/local/lib/qwt.framework
${QWT_WIN_LIBRARY_DIR}
Expand Down

0 comments on commit 5d92404

Please sign in to comment.