Skip to content

Commit 2589b1a

Browse files
committed
fix build without QwtPolar
1 parent c67e31d commit 2589b1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ IF (WITH_QWTPOLAR)
375375

376376
SET(QWTPOLAR_LIBRARY "")
377377
ENDIF(WITH_INTERNAL_QWTPOLAR)
378+
ELSE(WITH_QWTPOLAR)
379+
SET(QWTPOLAR_LIBRARY "")
380+
SET(QWTPOLAR_INCLUDE_DIR "")
378381
ENDIF(WITH_QWTPOLAR)
379382

380383
IF (POSTGRES_FOUND)

0 commit comments

Comments
 (0)