Skip to content

Commit

Permalink
Cloud: [skip ci] add build option to compile Cloud module
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Feb 20, 2020
1 parent a3bf3d1 commit f4dcd0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cMake/FreeCAD_Helpers/InitializeFreeCADBuildOptions.cmake
Expand Up @@ -156,6 +156,7 @@ macro(InitializeFreeCADBuildOptions)
option(BUILD_WEB "Build the FreeCAD web module" ON)
option(BUILD_SURFACE "Build the FreeCAD surface module" ON)
option(BUILD_VR "Build the FreeCAD Oculus Rift support (need Oculus SDK 4.x or higher)" OFF)
option(BUILD_CLOUD "Build the FreeCAD cloud module" OFF)

if(MSVC)
option(BUILD_FEM_NETGEN "Build the FreeCAD FEM module with the NETGEN mesher" ON)
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Cloud/App/AppCloud.h
Expand Up @@ -24,7 +24,7 @@
#include <Base/Reader.h>
#include <Base/Base64.h>
#include <Base/TimeInfo.h>
#include <xlocale.h>
//#include <xlocale.h>

#include <App/PropertyContainer.h>
#include <App/PropertyStandard.h>
Expand Down

0 comments on commit f4dcd0a

Please sign in to comment.