]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Default solver is PlaneGCS.
authornds <nds@opencascade.com>
Fri, 3 Jun 2016 12:50:54 +0000 (15:50 +0300)
committernds <nds@opencascade.com>
Fri, 3 Jun 2016 12:50:54 +0000 (15:50 +0300)
src/Config/CMakeLists.txt

index 8952f175698a41860d1d7dafc09eeaeda13020fc..65106e5973ac53ca0a6300f3fef0f39f362d4150 100644 (file)
@@ -67,7 +67,7 @@ TARGET_LINK_LIBRARIES(Config ${PROJECT_LIBRARIES})
 # Prepare plugins.xml
 
 # the solver to activate after installation
-SET(DEFAULT_SOLVER "SolveSpace")
+SET(DEFAULT_SOLVER "PlaneGCS")
 
 # the list of all solvers
 SET(SOLVERS "SolveSpace" "PlaneGCS")