mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: libsodium doesn't build anymore in VS2010
Solution: disable it in appveyor, not our problem to solve
This commit is contained in:
parent
7781dd1bbd
commit
961206abd5
@ -29,8 +29,8 @@ environment:
|
||||
ARTIFACT_NAME: v90
|
||||
- platform: Win32
|
||||
configuration: Release
|
||||
WITH_LIBSODIUM: ON
|
||||
ENABLE_CURVE: ON
|
||||
WITH_LIBSODIUM: OFF
|
||||
ENABLE_CURVE: OFF
|
||||
CMAKE_GENERATOR: "Visual Studio 10 2010"
|
||||
MSVCVERSION: "v100"
|
||||
MSVCYEAR: "vs2010"
|
||||
|
Loading…
Reference in New Issue
Block a user