From cbdd43a00bfe299c2c01abe7a4a6c20417ba878a Mon Sep 17 00:00:00 2001 From: mpa Date: Thu, 7 Nov 2013 11:20:43 +0000 Subject: [PATCH] CMake: Update path and version variables for current build system --- bin/runAppli.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/runAppli.in b/bin/runAppli.in index 244c4df..ae964fe 100755 --- a/bin/runAppli.in +++ b/bin/runAppli.in @@ -25,7 +25,7 @@ if [ -z "${KERNEL_ROOT_DIR}" ] ; then export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@ fi if [ -z "${PYHELLO_ROOT_DIR}" ] ; then -export PYHELLO_ROOT_DIR=@prefix@ +export PYHELLO_ROOT_DIR=@CMAKE_INSTALL_PREFIX@ fi searchFreePort() { -- 2.39.2