From 0da2e4c45a9a259c26abd54c2a35393e1c15696f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 25 Jan 2015 12:17:36 -0200 Subject: [PATCH] Disabled internal pivy building by default on non-windows platforms - fixes #1335 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2aac62a2e..76a679d1c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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