Disabled internal pivy building by default on non-windows platforms - fixes #1335

This commit is contained in:
Yorik van Havre 2015-01-25 12:17:36 -02:00
parent 97987db462
commit 0da2e4c45a

View File

@ -164,6 +164,7 @@ set(FREECAD_USE_3DCONNEXION OFF)
OPTION(FREECAD_USE_FREETYPE "Builds the features using FreeType libs" ON)
OPTION(BUILD_FEM_NETGEN "Build the FreeCAD FEM module with the NETGEN mesher" OFF)
OPTION(FREECAD_USE_PCL "Build the features that use PCL libs" OFF)
OPTION(FREECAD_USE_EXTERNAL_PIVY "Use system installed python-pivy instead of the bundled." ON)
endif(MSVC)
# if this is set override some options