Skip to content

Commit

Permalink
#2216: Update build_vt_sample.sh to use external fmt when it's requested
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobDomagala committed Jan 23, 2024
1 parent ce8b6eb commit 1ba6083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_vt_sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ then
-Dvt_trace_only="1" \
-Dvt_build_examples="0" \
-Dvt_build_tests="0" \
-Dvt_external_fmt="${VT_EXTERNAL_FMT:-0}" \
-DCMAKE_CXX_STANDARD="${CMAKE_CXX_STANDARD:-17}" \
-DCMAKE_EXPORT_COMPILE_COMMANDS=1 \
-DCMAKE_BUILD_TYPE="${CMAKE_BUILD_TYPE:-Release}" \
Expand Down

0 comments on commit 1ba6083

Please sign in to comment.