mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Enable building ZeroMQ support on Windows
This commit is contained in:
parent
5cc5f2a275
commit
4705537002
4 changed files with 16 additions and 8 deletions
|
@ -7,5 +7,5 @@ call "c:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Auxiliar
|
|||
mkdir build
|
||||
cd build
|
||||
|
||||
cmake.exe .. -DCMAKE_BUILD_TYPE=release -DVCPKG_TARGET_TRIPLET="x64-windows-static" -DENABLE_ZEEK_UNIT_TESTS=yes -DENABLE_CLUSTER_BACKEND_ZEROMQ=no -G Ninja
|
||||
cmake.exe .. -DCMAKE_BUILD_TYPE=release -DVCPKG_TARGET_TRIPLET="x64-windows-static" -DENABLE_ZEEK_UNIT_TESTS=yes -G Ninja
|
||||
cmake.exe --build .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue