Salome HOME
CMake: Update path variables for current build system
authormpa <mpa@opencascade.com>
Thu, 7 Nov 2013 10:40:07 +0000 (10:40 +0000)
committermpa <mpa@opencascade.com>
Thu, 7 Nov 2013 10:40:07 +0000 (10:40 +0000)
bin/runAppli.in

index b313b76fdf368ff3d6d4f96d22d785712e864fc8..60d915154ec99e03561ae07fc682c4312c773ad8 100755 (executable)
@@ -25,7 +25,7 @@ if [ -z "${KERNEL_ROOT_DIR}" ] ; then
 export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@
 fi
 if [ -z "${CALCULATOR_ROOT_DIR}" ] ; then 
-export CALCULATOR_ROOT_DIR=@prefix@
+export CALCULATOR_ROOT_DIR=@CMAKE_INSTALL_PREFIX@
 fi
 
 searchFreePort() {