mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
cmake: also look for qwtpolar in the qwt include dir
This commit is contained in:
parent
51fb4f5909
commit
929ea30c1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user