mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +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
|
ARTIFACT_NAME: v90
|
||||||
- platform: Win32
|
- platform: Win32
|
||||||
configuration: Release
|
configuration: Release
|
||||||
WITH_LIBSODIUM: ON
|
WITH_LIBSODIUM: OFF
|
||||||
ENABLE_CURVE: ON
|
ENABLE_CURVE: OFF
|
||||||
CMAKE_GENERATOR: "Visual Studio 10 2010"
|
CMAKE_GENERATOR: "Visual Studio 10 2010"
|
||||||
MSVCVERSION: "v100"
|
MSVCVERSION: "v100"
|
||||||
MSVCYEAR: "vs2010"
|
MSVCYEAR: "vs2010"
|
||||||
|
Loading…
Reference in New Issue
Block a user