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

Fixed cmake. #7

Merged
merged 1 commit into from
Nov 29, 2015
Merged

Fixed cmake. #7

merged 1 commit into from
Nov 29, 2015

Conversation

bryantwilliam
Copy link

-lX11 is not cflag(compile flag), it's a link flag. So this flag needs to be in link flags rather than cflags. https://cmake.org/cmake/help/v3.0/command/target_link_libraries.html

Above page describe about how to set link flags.

-lX11 is not cflag(compile flag), it's a link flag. So this flag needs to be in link flags rather than cflags. https://cmake.org/cmake/help/v3.0/command/target_link_libraries.html

Above page describe about how to set link flags.
laazyboy13 added a commit that referenced this pull request Nov 29, 2015
@laazyboy13 laazyboy13 merged commit 160ee0d into laazyboy13:master Nov 29, 2015
@bryantwilliam bryantwilliam deleted the patch-1 branch November 29, 2015 03:26
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