Skip to content
Snippets Groups Projects
Commit 0906d651 authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Make plugin for QCustomPlot disabled by default.

parent 60dbad51
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,8 @@
IF(PYTHONQT_FOUND)
ADD_OPTIONAL_DEPENDENCY("QGVCore")
SET(BUILD_PY_QGV ${QGVCORE_FOUND}
CACHE BOOL "Build PyQGV plugin")
OPTION(BUILD_PY_QGV "Build PyQGV plugin" ${QGVCORE_FOUND})
OPTION(BUILD_PY_QCUSTOM_PLOT "Build PyQCustomPlot plugin" OFF)
ENDIF(PYTHONQT_FOUND)
IF(PYTHONQT_FOUND AND BUILD_PY_QGV)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment