Files
ThirdParty-6/ParaView-5.0.1/Plugins/pvblot/plugin.cmake

7 lines
179 B
CMake

if (PARAVIEW_ENABLE_PYTHON AND FALSE)
# blot is currently not working. We'll fix it when needed.
pv_plugin(pvblot
DESCRIPTION "PVBLOT Plugin"
DEFAULT_ENABLED)
endif()