Salome HOME
Corrected path error
authormichael <michael@localhost.localdomain>
Tue, 9 Feb 2021 20:45:48 +0000 (21:45 +0100)
committermichael <michael@localhost.localdomain>
Tue, 9 Feb 2021 20:45:48 +0000 (21:45 +0100)
CoreFlows/gui/CMakeLists.txt

index ebdcb11793ea52f862288ac14e154ca7e8f57d27..7542c70f272da503ea0a79cdbbab26aa9205f24d 100644 (file)
@@ -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