From 78210290560ca8f97d365c0a2fd98fdb956d6e12 Mon Sep 17 00:00:00 2001 From: Benjamin Winger Date: Tue, 12 Apr 2022 13:08:58 -0400 Subject: [PATCH] Added missing line continuation to ICU_ROOT setting on macos CI --- CI/before_script.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/before_script.osx.sh b/CI/before_script.osx.sh index c4bb1d1a64..c51eeb61d0 100755 --- a/CI/before_script.osx.sh +++ b/CI/before_script.osx.sh @@ -26,6 +26,6 @@ cmake \ -D BUILD_BSATOOL=TRUE \ -D BUILD_ESSIMPORTER=TRUE \ -D BUILD_NIFTEST=TRUE \ --D ICU_ROOT="/usr/local/opt/icu4c" +-D ICU_ROOT="/usr/local/opt/icu4c" \ -G"Unix Makefiles" \ ..