[cpp-msbuild] branch master updated: SSPCPP-765 Fix typo in location of predefined ZLIB dirs
Rod Widdowson
rdw at steadingsoftware.com
Tue Jan 2 10:34:19 EST 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=16be6b7178d6bc5efa72d6267e3abe5907a9fa80
The following commit(s) were added to refs/heads/master by this push:
new 16be6b7 SSPCPP-765 Fix typo in location of predefined ZLIB dirs
16be6b7 is described below
commit 16be6b7178d6bc5efa72d6267e3abe5907a9fa80
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 2 15:33:46 2018 +0000
SSPCPP-765 Fix typo in location of predefined ZLIB dirs
https://issues.shibboleth.net/jira/browse/SSPCPP-765
---
Versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Versions.props b/Versions.props
index 0f5b981..73cdd19 100644
--- a/Versions.props
+++ b/Versions.props
@@ -137,7 +137,7 @@
<ZlibVersion Condition="'$(ZLIB_MM_VERSION)'==''">1.2.11</ZlibVersion>
<ZLibVersion Condition="'$(ZLIB_MM_VERSION)'!=''">$(ZLIB_MM_VERSION)</ZLibVersion>
<zlib Condition="'$(ZLIB_DIR)'==''">zlib-1.2.11</zlib>
- <zlib Condition="'$(ZLIB_DIR)'!=''">'$(ZLIB_DIR)</zlib>
+ <zlib Condition="'$(ZLIB_DIR)'!=''">$(ZLIB_DIR)</zlib>
</PropertyGroup>
<PropertyGroup Label="ZLibGuids " Condition="'$(ZLIB_FILE_VERSION)' == '1_2_11'">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list