Skip to content

Commit

Permalink
#2320: fix spacing in build_cpp configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Aug 1, 2024
1 parent f66fba2 commit ded131d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ cmake -G "${CMAKE_GENERATOR:-Ninja}" \
-Dvt_debug_verbose="${VT_DEBUG_VERBOSE:-0}" \
-Dvt_tests_num_nodes="${VT_TESTS_NUM_NODES:-}" \
-Dvt_external_fmt="${VT_EXTERNAL_FMT:-0}" \
-D libunwind_ROOT_DIR="${LIBUNWIND_ROOT_DIR:-/usr}" \
-Dlibunwind_ROOT_DIR="${LIBUNWIND_ROOT_DIR:-/usr}" \
-Dvt_no_color_enabled="${VT_NO_COLOR_ENABLED:-0}" \
-DCMAKE_CXX_STANDARD="${CMAKE_CXX_STANDARD:-17}" \
-DBUILD_SHARED_LIBS="${BUILD_SHARED_LIBS:-0}" \
Expand Down

0 comments on commit ded131d

Please sign in to comment.