From: nds Date: Fri, 3 Jun 2016 12:50:54 +0000 (+0300) Subject: Default solver is PlaneGCS. X-Git-Tag: V_2.4.0~143 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d46cdc13531a9c64c25fbd4338f4f1678a228306;p=modules%2Fshaper.git Default solver is PlaneGCS. --- diff --git a/src/Config/CMakeLists.txt b/src/Config/CMakeLists.txt index 8952f1756..65106e597 100644 --- a/src/Config/CMakeLists.txt +++ b/src/Config/CMakeLists.txt @@ -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")