Skip to content

Commit

Permalink
cmake: also look for qwtpolar in the qwt include dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Jan 2, 2014
1 parent 51fb4f5 commit 929ea30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindQwtPolar.cmake
Expand Up @@ -18,7 +18,7 @@ FIND_PATH(QWTPOLAR_INCLUDE_DIR NAMES qwt_polar.h PATHS
/usr/local/include
"$ENV{LIB_DIR}/include"
"$ENV{INCLUDE}"
PATH_SUFFIXES qwtpolar
PATH_SUFFIXES qwtpolar qwt
)

FIND_LIBRARY(QWTPOLAR_LIBRARY NAMES qwtpolar PATHS
Expand Down

0 comments on commit 929ea30

Please sign in to comment.