KEMBAR78
Fix Cygwin build by wx257osn2 · Pull Request #108 · cabinpkg/cabin · GitHub
Skip to content

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 cabinpkg: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.

2 participants