From: mpv Date: Wed, 20 Jun 2012 05:42:27 +0000 (+0000) Subject: Added ProE X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FTRIPOLI_ON_6_5_0_BR;p=modules%2Fkernel.git Added ProE --- diff --git a/salome_adm/cmake_files/am2cmake.py b/salome_adm/cmake_files/am2cmake.py index e8f2af1a9..da3baacad 100644 --- a/salome_adm/cmake_files/am2cmake.py +++ b/salome_adm/cmake_files/am2cmake.py @@ -822,6 +822,11 @@ class CMakeFile(object): SET(WITH_PROE ON) """) pass + elif self.module == "montecarlo": + newlines.append(""" + SET(WITH_PROE ON) + """) + pass # -- newlines.append(""" set(VERSION 6.5.0)