CMake: Update path and version variables for current build system

This commit is contained in:
mpa 2013-11-07 11:30:33 +00:00
parent 42838fe2b8
commit 7f8cbff034
4 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ latex_documents = [
# The name of an image file (relative to this directory) to place at the top of
# the title page.
latex_logo = '@srcdir@/../salome/tui/images/head.png'
latex_logo = '@CMAKE_CURRENT_SOURCE_DIR@/../salome/tui/images/head.png'
# For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters.

View File

@ -109,7 +109,7 @@ EXCLUDE_PATTERNS =
EXAMPLE_PATH =
EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH = @srcdir@/images
IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images
INPUT_FILTER =
FILTER_PATTERNS =
FILTER_SOURCE_FILES = YES

View File

@ -17,6 +17,6 @@
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
#
SPADDER_PLUGINS_PATH=@prefix@/plugins
SPADDER_PLUGINS_PATH=@CMAKE_INSTALL_PREFIX@/plugins
export SALOME_PLUGINS_PATH=$SALOME_PLUGINS_PATH:$SPADDER_PLUGINS_PATH

View File

@ -33,7 +33,7 @@ listfiles="\
unittests/usecase_meshJobManager.py \
gui/inputdata.py"
INSTALL_DIR=@prefix@
INSTALL_DIR=@CMAKE_INSTALL_PREFIX@
PYTHON_DIR=$INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages/salome
PYTHONPATH=$PYTHON_DIR:$PYTHONPATH
export PYTHONPATH