File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments