Skip to content

Commit

Permalink
#351: Fix checkpoint path
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Jun 19, 2024
1 parent 2e11718 commit 83c1312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_against_vt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-DCMAKE_CXX_COMPILER="${CXX:-c++}" \
-DCMAKE_C_COMPILER="${CC:-cc}" \
-DCMAKE_EXE_LINKER_FLAGS="${CMAKE_EXE_LINKER_FLAGS:-}" \
-Dcheckpoint_DIR="${CHECKPOINT_BUILD}/install" \
-Dcheckpoint_ROOT="${CHECKPOINT_BUILD}/install" \
-DCMAKE_PREFIX_PATH="${CMAKE_PREFIX_PATH:-}" \
-DCMAKE_INSTALL_PREFIX="${VT_BUILD}/install" \
-Dvt_ci_build="${VT_CI_BUILD:-1}" \
Expand Down

0 comments on commit 83c1312

Please sign in to comment.