From 57a964a0151c05ac12d8eb6e38822e8898305c60 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 13 Sep 2025 19:20:40 -0300 Subject: [PATCH] Jenkins: Slight formatting fix --- .ci/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/build.sh b/.ci/build.sh index d0a4857d9..e62bdd0be 100755 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -600,8 +600,8 @@ then cmake_flags_extra="$cmake_flags_extra -D MOLTENVK=ON -D \"MOLTENVK_INCLUDE_DIR=$macports\"" fi - # Enable Libserialport - cmake_flags_extra="$cmake_flags_extra -D \"LIBSERIALPORT_ROOT=$macports\"" + # Enable libserialport. + cmake_flags_extra="$cmake_flags_extra -D \"LIBSERIALPORT_ROOT=$macports\"" # Install dependencies only if we're in a new build and/or MacPorts prefix. if check_buildtag "$(basename "$macports")"