Skip to content

Commit

Permalink
Added missing dependencies for Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
robbr48 committed Oct 16, 2024
1 parent 91e923a commit 6fb9cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configuration: Release
install:
- git submodule update --init
- cd dependencies
- download-dependencies.py discount fmilibrary qwt zeromq cppzmq msgpack-c katex tclap fmi4c
- download-dependencies.py discount fmilibrary qwt zeromq cppzmq msgpack-c katex tclap fmi4c xerces asio zlib libzip dcplib
- cd ..
build_script:
# Remove sh.exe from PATH so that CMake works
Expand Down

0 comments on commit 6fb9cbe

Please sign in to comment.