Skip to content

Commit

Permalink
fix build without QwtPolar
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 7, 2015
1 parent c67e31d commit 2589b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/CMakeLists.txt
Expand Up @@ -375,6 +375,9 @@ IF (WITH_QWTPOLAR)

SET(QWTPOLAR_LIBRARY "")
ENDIF(WITH_INTERNAL_QWTPOLAR)
ELSE(WITH_QWTPOLAR)
SET(QWTPOLAR_LIBRARY "")
SET(QWTPOLAR_INCLUDE_DIR "")
ENDIF(WITH_QWTPOLAR)

IF (POSTGRES_FOUND)
Expand Down

0 comments on commit 2589b1a

Please sign in to comment.