Skip to content

CMake support#3

Open
Schala wants to merge 1 commit into
pelrun:masterfrom
Schala:master
Open

CMake support#3
Schala wants to merge 1 commit into
pelrun:masterfrom
Schala:master

Conversation

@Schala

@Schala Schala commented May 23, 2015

Copy link
Copy Markdown

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

pelrun commented May 24, 2015

Copy link
Copy Markdown
Owner

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

Schala commented May 24, 2015

Copy link
Copy Markdown
Author

okay

@pelrun

pelrun commented May 29, 2015

Copy link
Copy Markdown
Owner

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

pelrun commented May 29, 2015

Copy link
Copy Markdown
Owner

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

@Schala

Schala commented Jun 6, 2015

Copy link
Copy Markdown
Author

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