From: mpa Date: Thu, 7 Nov 2013 11:03:44 +0000 (+0000) Subject: CMake: Update path variables for current build system X-Git-Tag: V7_3_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=06ba917c653947c6e767816a0af0bd7e302826c6;p=modules%2Fhomard.git CMake: Update path variables for current build system --- diff --git a/bin/runAppli.in b/bin/runAppli.in index 7bd9ac95..8c8d9670 100755 --- a/bin/runAppli.in +++ b/bin/runAppli.in @@ -19,8 +19,8 @@ # export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@ -export PYHELLO_ROOT_DIR=@prefix@ +export HOMARD_ROOT_DIR=@CMAKE_INSTALL_PREFIX@ -python -i $PYHELLO_ROOT_DIR/bin/salome/runSalome.py --modules=PYHELLO --xterm --containers=cpp,python --killall +${KERNEL_ROOT_DIR}/bin/salome/envSalome.py python -i ${HOMARD_ROOT_DIR}/bin/salome/runSalome.py --modules=HOMARD --xterm --containers=cpp,python --killall diff --git a/doc/en/conf.py.in b/doc/en/conf.py.in index 0f9920b5..716e760c 100644 --- a/doc/en/conf.py.in +++ b/doc/en/conf.py.in @@ -45,7 +45,7 @@ copyright = u'1996, 2011, 2013, EDF R&D, G. Nicolas, T. Fouquet, P. Noyret' # built documents. # # The short X.Y version. -version = '@SHORT_VERSION@' +version = '@SALOMEHOMARD_VERSION@' # The full version, including alpha/beta/rc tags. release = '@SALOMEHOMARD_VERSION@'