File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -541,7 +541,7 @@ jobs:
541
541
runner : windows-2019
542
542
vsver : 2019
543
543
generator : " Visual Studio 16 2019"
544
- openexr_ver : v2.5.8
544
+ openexr_ver : v3.2.2
545
545
python_ver : 3.7
546
546
simd : sse4.2
547
547
# - desc: windows-2022
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ time vcpkg install boost-stacktrace:x64-windows
57
57
time vcpkg install boost-system:x64-windows
58
58
time vcpkg install boost-thread:x64-windows
59
59
60
- # # vcpkg install zlib:x64-windows
60
+ # vcpkg install libdeflate:x64-windows
61
+ # vcpkg install zlib:x64-windows
61
62
vcpkg install tiff:x64-windows
62
63
# vcpkg install libpng:x64-windows
63
64
# vcpkg install giflib:x64-windows
@@ -81,7 +82,7 @@ vcpkg install libjpeg-turbo:x64-windows
81
82
#
82
83
# # export PATH="$PATH:$DEP_DIR/bin:$VCPKG_INSTALLATION_ROOT/installed/x64-windows/bin"
83
84
# export PATH="$DEP_DIR/lib:$DEP_DIR/bin:$PATH:$VCPKG_INSTALLATION_ROOT/installed/x64-windows/lib"
84
- export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH ; $VCPKG_INSTALLATION_ROOT /installed/x64-windows/lib "
85
+ export CMAKE_PREFIX_PATH=" $CMAKE_PREFIX_PATH : $VCPKG_INSTALLATION_ROOT /installed/x64-windows"
85
86
# export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$VCPKG_INSTALLATION_ROOT/installed/x64-windows/lib:$DEP_DIR/lib:$DEP_DIR/bin"
86
87
#
87
88
echo " All VCPkg installs:"
You can’t perform that action at this time.
0 commit comments