From b8e8ee39b858f5d77985d794a299a25da3e09051 Mon Sep 17 00:00:00 2001 From: Dawid Jagiela Date: Tue, 8 May 2012 15:24:07 +0200 Subject: [PATCH] fixed test_single_ala.sh to run binary from current build dir --- source/unres/src_MD/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/unres/src_MD/CMakeLists.txt b/source/unres/src_MD/CMakeLists.txt index ecc2d6c..424d56f 100644 --- a/source/unres/src_MD/CMakeLists.txt +++ b/source/unres/src_MD/CMakeLists.txt @@ -186,7 +186,7 @@ FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_single_ala.sh export POT=GB export PREFIX=ala10 #----------------------------------------------------------------------------- -UNRES_BIN=${UNRES_BIN} +UNRES_BIN=./${UNRES_BIN} #----------------------------------------------------------------------------- DD=${CMAKE_SOURCE_DIR}/PARAM export BONDPAR=$DD/bond.parm -- 1.7.9.5