From 31d181effb99daaece8e7b572455e7f067286828 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 3 Feb 2016 23:40:32 +0100 Subject: [PATCH] Problem: MSVC build does not detect libsodium Caused by error in last commit which used HAVE_LIBSODIUM instead of HAVE_SODIUM. Solution: use HAVE_LIBSODIUM as we do in other configure scripts. The project is called 'libsodium' and not 'sodium'. --- builds/msvc/vs2015/inproc_lat/inproc_lat.props | 10 +++++----- builds/msvc/vs2015/inproc_thr/inproc_thr.props | 10 +++++----- builds/msvc/vs2015/libzmq/libzmq.props | 10 +++++----- builds/msvc/vs2015/local_lat/local_lat.props | 10 +++++----- builds/msvc/vs2015/local_thr/local_thr.props | 10 +++++----- builds/msvc/vs2015/remote_lat/remote_lat.props | 10 +++++----- builds/msvc/vs2015/remote_thr/remote_thr.props | 10 +++++----- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/builds/msvc/vs2015/inproc_lat/inproc_lat.props b/builds/msvc/vs2015/inproc_lat/inproc_lat.props index 1218ef28..378c21e7 100644 --- a/builds/msvc/vs2015/inproc_lat/inproc_lat.props +++ b/builds/msvc/vs2015/inproc_lat/inproc_lat.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - + diff --git a/builds/msvc/vs2015/inproc_thr/inproc_thr.props b/builds/msvc/vs2015/inproc_thr/inproc_thr.props index 09ced1bd..02ceb6ec 100644 --- a/builds/msvc/vs2015/inproc_thr/inproc_thr.props +++ b/builds/msvc/vs2015/inproc_thr/inproc_thr.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - + diff --git a/builds/msvc/vs2015/libzmq/libzmq.props b/builds/msvc/vs2015/libzmq/libzmq.props index ba58936f..ad979197 100644 --- a/builds/msvc/vs2015/libzmq/libzmq.props +++ b/builds/msvc/vs2015/libzmq/libzmq.props @@ -36,17 +36,17 @@ - + - dynamic + dynamic - ltcg + ltcg - static + static @@ -57,7 +57,7 @@ - + diff --git a/builds/msvc/vs2015/local_lat/local_lat.props b/builds/msvc/vs2015/local_lat/local_lat.props index 5114b97d..b6d13d4d 100644 --- a/builds/msvc/vs2015/local_lat/local_lat.props +++ b/builds/msvc/vs2015/local_lat/local_lat.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - + diff --git a/builds/msvc/vs2015/local_thr/local_thr.props b/builds/msvc/vs2015/local_thr/local_thr.props index c76aa4e3..29f1c1f0 100644 --- a/builds/msvc/vs2015/local_thr/local_thr.props +++ b/builds/msvc/vs2015/local_thr/local_thr.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - + diff --git a/builds/msvc/vs2015/remote_lat/remote_lat.props b/builds/msvc/vs2015/remote_lat/remote_lat.props index 9e4699ea..aa21f994 100644 --- a/builds/msvc/vs2015/remote_lat/remote_lat.props +++ b/builds/msvc/vs2015/remote_lat/remote_lat.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - + diff --git a/builds/msvc/vs2015/remote_thr/remote_thr.props b/builds/msvc/vs2015/remote_thr/remote_thr.props index 0309bda2..2c50c5b9 100644 --- a/builds/msvc/vs2015/remote_thr/remote_thr.props +++ b/builds/msvc/vs2015/remote_thr/remote_thr.props @@ -22,27 +22,27 @@ - + dynamic - dynamic + dynamic ltcg - ltcg + ltcg static - static + static - +