Skip to content

Commit 4af8734

Browse files
authored
release-windows.yml: disabled some unnecessary PCRE build options (#3778)
1 parent 2b13a27 commit 4af8734

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release-windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,8 @@ jobs:
5151
run: |
5252
7z x pcre-%PCRE_VERSION%.zip
5353
cd pcre-%PCRE_VERSION%
54-
cmake . -G "Visual Studio 16 2019" -A x64
54+
cmake . -G "Visual Studio 16 2019" -A x64 -DPCRE_BUILD_PCRECPP=OFF -DPCRE_BUILD_PCREGREP=OFF -DPCRE_BUILD_TESTS=OFF
5555
msbuild -m PCRE.sln /p:Configuration=Release /p:Platform=x64
56-
dir
57-
dir Release
58-
dir x64
59-
dir x64\Release
6056
copy pcre.h ..\externals
6157
copy Release\pcre.lib ..\externals\pcre64.lib
6258

0 commit comments

Comments
 (0)