Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Cygwin build #108

Merged
merged 2 commits into from Feb 14, 2019
Merged

Fix Cygwin build #108

merged 2 commits into from Feb 14, 2019

Conversation

wx257osn2
Copy link
Contributor

@wx257osn2 wx257osn2 commented Feb 14, 2019

Currently, building poac using CMake on Cygwin is failed because:

  • The option which added by a93c084 is wrong
  • In CMake on Cygwin, UNIX AND NOT APPLE is evaluated as true, then CYGWIN check doesn't work
    • FYI: In CMake on Cygwin, UNIX AND CYGWIN AND NOT APPLE AND NOT WIN32 is evaluated as true.

This PR fixes these problems.

When this PR will be merged (into appveyor branch) and you will merge the appveyor branch into master, you should close #93 (because the build on Cygwin is succeeded at ea7715b. When the build will be failed in the future, let's reopen the issue).

@ken-matsui
Copy link
Member

It was very helpful. Thanks!

@ken-matsui ken-matsui merged commit 9e55591 into poac-dev:appveyor Feb 14, 2019
@wx257osn2 wx257osn2 deleted the for-cygwin branch February 14, 2019 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants