mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
CMake: Update path and version variables for current build system
This commit is contained in:
parent
42838fe2b8
commit
7f8cbff034
@ -184,7 +184,7 @@ latex_documents = [
|
|||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
# the title page.
|
# 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,
|
# For "manual" documents, if this is true, then toplevel headings are parts,
|
||||||
# not chapters.
|
# not chapters.
|
||||||
|
@ -109,7 +109,7 @@ EXCLUDE_PATTERNS =
|
|||||||
EXAMPLE_PATH =
|
EXAMPLE_PATH =
|
||||||
EXAMPLE_PATTERNS =
|
EXAMPLE_PATTERNS =
|
||||||
EXAMPLE_RECURSIVE = NO
|
EXAMPLE_RECURSIVE = NO
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @CMAKE_CURRENT_SOURCE_DIR@/images
|
||||||
INPUT_FILTER =
|
INPUT_FILTER =
|
||||||
FILTER_PATTERNS =
|
FILTER_PATTERNS =
|
||||||
FILTER_SOURCE_FILES = YES
|
FILTER_SOURCE_FILES = YES
|
||||||
|
@ -17,6 +17,6 @@
|
|||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# 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
|
export SALOME_PLUGINS_PATH=$SALOME_PLUGINS_PATH:$SPADDER_PLUGINS_PATH
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ listfiles="\
|
|||||||
unittests/usecase_meshJobManager.py \
|
unittests/usecase_meshJobManager.py \
|
||||||
gui/inputdata.py"
|
gui/inputdata.py"
|
||||||
|
|
||||||
INSTALL_DIR=@prefix@
|
INSTALL_DIR=@CMAKE_INSTALL_PREFIX@
|
||||||
PYTHON_DIR=$INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages/salome
|
PYTHON_DIR=$INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages/salome
|
||||||
PYTHONPATH=$PYTHON_DIR:$PYTHONPATH
|
PYTHONPATH=$PYTHON_DIR:$PYTHONPATH
|
||||||
export PYTHONPATH
|
export PYTHONPATH
|
||||||
|
Loading…
Reference in New Issue
Block a user