GitHub user PivotalSarge opened a pull request:
https://github.com/apache/geode-native/pull/10
Fix build on Windows.
There was a lingering reference to one of the example files,
ComplexNumber.cs, in the CLI tests. Restoring that file to a different location
was insufficient because the CMake files also had references to it. Further
research showed that the test was omitted anyway so I just removed all the
offenders.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PivotalSarge/geode-native feature/GEODE-2462
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/geode-native/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit f1b432ee915341096295e39d1fcc8ba35449c281
Author: Sarge <[email protected]>
Date: 2017-02-14T18:43:52Z
GEODE-2462: Restore example file used by the unit tests.
commit a9b68fd7b05815e794d8ada31c1d2587985eef33
Author: Sarge <[email protected]>
Date: 2017-02-14T20:09:30Z
GEODE-2462: Remove examples file used by unit tests.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---