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

CMake support #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

CMake support #3

wants to merge 1 commit into from

Conversation

Schala
Copy link

@Schala Schala commented May 23, 2015

Replaced makefile with minimal CMakeLists.txt and changed #ifdef APPLE to #ifndef _WIN32 since sys/uio.h seems to be a Unix-central header.

@pelrun
Copy link
Owner

pelrun commented May 24, 2015

Unfortunately it's not quite that simple; sys/uio.h is the wrong thing to include on non-osx unix platforms. I think stdio.h actually covers it, but I'll have to have a closer look.

@Schala
Copy link
Author

Schala commented May 24, 2015

okay

@pelrun
Copy link
Owner

pelrun commented May 29, 2015

I've fixed main.c, so if you want to redo this pull request so that it only does the makefile changes then I'll happily commit it.

@pelrun
Copy link
Owner

pelrun commented May 29, 2015

Oh, and change the minimum cmake version down to 2.0, please? There's no need to require 3.1 for this.

@Schala
Copy link
Author

Schala commented Jun 6, 2015

I'll get on it

@Schala Schala closed this Jun 6, 2015
@Schala Schala reopened this Jun 6, 2015
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