From: michael Date: Tue, 9 Feb 2021 20:45:48 +0000 (+0100) Subject: Corrected path error X-Git-Tag: V9_7_0~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bc901564e23ac5e943f9db176472fb1c52606eb0;p=tools%2Fsolverlab.git Corrected path error --- diff --git a/CoreFlows/gui/CMakeLists.txt b/CoreFlows/gui/CMakeLists.txt index ebdcb11..7542c70 100644 --- a/CoreFlows/gui/CMakeLists.txt +++ b/CoreFlows/gui/CMakeLists.txt @@ -43,7 +43,7 @@ ELSE ( (EXISTS $ENV{CONFIGURATION_ROOT_DIR}) AND (EXISTS $ENV{KERNEL_ROOT_DIR}) ) INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/SalomePyQt_MockUp.py DESTINATION lib/python) # Configure file slutils.py - SET(SALOME_INSTALL_PYTHON "lib/python"${PYTHON_VERSION}"/site-packages/salome")#This is to use the same variable as salome + SET(SALOME_INSTALL_PYTHON "lib/python")#This is to use the same variable as salome configure_file( slutils.py.in slutils.py