mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-26 04:17:54 +05:00
Merge branch 'rnv/pv58_1' into rnv/pv58_med410_1
This commit is contained in:
commit
600290fc1e
@ -31,7 +31,7 @@ class SalomeSession(object):
|
||||
pass
|
||||
sys.argv = [run_script]
|
||||
sys.argv += ["--terminal"]
|
||||
sys.argv += ["--modules=GEOM,MED,SMESH"]
|
||||
sys.argv += ["--modules=GEOM,SMESH"]
|
||||
sys.argv += ["%s" % script]
|
||||
if sys.platform == 'win32':
|
||||
main_module_path = sys.modules['__main__'].__file__
|
||||
|
@ -42,6 +42,7 @@ SET(_link_LIBRARIES
|
||||
SMDS
|
||||
SMESHDS
|
||||
SMESHUtils
|
||||
VTK::FiltersVerdict
|
||||
)
|
||||
|
||||
# --- headers ---
|
||||
|
Loading…
x
Reference in New Issue
Block a user