From bd47bb04e6c2255976c75ee4f0fd9f3286ed2c9f Mon Sep 17 00:00:00 2001 From: mpa Date: Thu, 7 Nov 2013 10:37:37 +0000 Subject: [PATCH] CMake: Update path 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 32ee2a7..0858923 100755 --- a/bin/runAppli.in +++ b/bin/runAppli.in @@ -20,7 +20,7 @@ # export KERNEL_ROOT_DIR=@KERNEL_ROOT_DIR@ -export ATOMSOLV_ROOT_DIR=@prefix@ +export ATOMSOLV_ROOT_DIR=@CMAKE_INSTALL_PREFIX@ searchFreePort() { echo -n "Searching for a free port for naming service: " -- 2.39.2