Skip to content

Commit

Permalink
#2046: build: change how sample project is built
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Mar 28, 2023
1 parent dcbdd31 commit 553a7b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build_vt_sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
export VT=${source_dir}
export VT_BUILD=${build_dir}/vt
export VT_INSTALL=${VT_BUILD}/install
export CHECKPOINT=${build_dir}/checkpoint/install
export CHECKPOINT=${VT}/lib/checkpoint

cd "$VT_BUILD"

Expand All @@ -35,6 +35,7 @@ then
if test "$VT_INCLUSION_TYPE" = "EXT_LIB"
then
export vt_DIR="$VT_INSTALL"
CHECKPOINT=""
fi

git clone https://github.com/DARMA-tasking/vt-sample-project
Expand Down

0 comments on commit 553a7b8

Please sign in to comment.