more fixes for flatmesh
+ fix gcc warning + add conversion function for boost.python + switch build off by default due to travis build failure for Py3
This commit is contained in:
@@ -261,7 +261,7 @@ OPTION(BUILD_JTREADER "Build the FreeCAD jt reader module" OFF)
|
||||
OPTION(BUILD_MATERIAL "Build the FreeCAD material module" ON)
|
||||
OPTION(BUILD_MESH "Build the FreeCAD mesh module" ON)
|
||||
OPTION(BUILD_MESH_PART "Build the FreeCAD mesh part module" ON)
|
||||
OPTION(BUILD_FLAT_MESH "Build the FreeCAD flat mesh module" ON)
|
||||
OPTION(BUILD_FLAT_MESH "Build the FreeCAD flat mesh module" OFF)
|
||||
OPTION(BUILD_OPENSCAD "Build the FreeCAD openscad module" ON)
|
||||
OPTION(BUILD_PART "Build the FreeCAD part module" ON)
|
||||
OPTION(BUILD_PART_DESIGN "Build the FreeCAD part design module" ON)
|
||||
|
||||
Reference in New Issue
Block a user