Skip to content

Commit 929ea30

Browse files
committedJan 2, 2014
cmake: also look for qwtpolar in the qwt include dir
1 parent 51fb4f5 commit 929ea30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cmake/FindQwtPolar.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FIND_PATH(QWTPOLAR_INCLUDE_DIR NAMES qwt_polar.h PATHS
1818
/usr/local/include
1919
"$ENV{LIB_DIR}/include"
2020
"$ENV{INCLUDE}"
21-
PATH_SUFFIXES qwtpolar
21+
PATH_SUFFIXES qwtpolar qwt
2222
)
2323

2424
FIND_LIBRARY(QWTPOLAR_LIBRARY NAMES qwtpolar PATHS

0 commit comments

Comments
 (0)
Please sign in to comment.