Skip to content

Commit

Permalink
Make --cmake-options="" always override others.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed Apr 18, 2024
1 parent 29a24f4 commit 483540f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function configure_preset()
local GROUP_NAME="🛠️ CMake Configure ${BUILD_NAME}"

pushd .. > /dev/null
run_command "$GROUP_NAME" cmake --preset=$PRESET --log-level=VERBOSE "${GLOBAL_CMAKE_OPTIONS[@]}" $CMAKE_OPTIONS
run_command "$GROUP_NAME" cmake --preset=$PRESET --log-level=VERBOSE $CMAKE_OPTIONS "${GLOBAL_CMAKE_OPTIONS[@]}"
status=$?
popd > /dev/null
return $status
Expand Down

0 comments on commit 483540f

Please sign in to comment.