From bc901564e23ac5e943f9db176472fb1c52606eb0 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 9 Feb 2021 21:45:48 +0100 Subject: [PATCH] Corrected path error --- CoreFlows/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2