Skip to content

Commit 33bd6fb

Browse files
authored
CI-windows.yml: reverted accidental change of PCRE CMake flag (#8281)
1 parent 9d674c2 commit 33bd6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
7z x pcre-%PCRE_VERSION%.zip || exit /b !errorlevel!
193193
cd pcre-%PCRE_VERSION% || exit /b !errorlevel!
194194
git apply --ignore-space-change ..\externals\pcre.patch || exit /b !errorlevel!
195-
cmake . -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DPCRE_BUILD_PCRECPP=Off -DPCRE_BUILD_TESTING=Off -DPCRE_BUILD_PCREGREP=Off -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
195+
cmake . -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DPCRE_BUILD_PCRECPP=Off -DPCRE_BUILD_TESTS=Off -DPCRE_BUILD_PCREGREP=Off -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
196196
nmake || exit /b !errorlevel!
197197
copy pcre.h ..\externals || exit /b !errorlevel!
198198
copy pcre.lib ..\externals\pcre64.lib || exit /b !errorlevel!

0 commit comments

Comments
 (0)