Skip to content
Permalink
Browse files
cmake: also look for qwtpolar in the qwt include dir
  • Loading branch information
lynxlynxlynx committed Jan 2, 2014
1 parent 51fb4f5 commit 929ea30
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 929ea30

Please sign in to comment.