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

CMake3 port and various cleanups #478

Merged
merged 1 commit into from
Apr 13, 2016
Merged

CMake3 port and various cleanups #478

merged 1 commit into from
Apr 13, 2016

Conversation

tribal-tec
Copy link
Member

No description provided.

@tribal-tec
Copy link
Member Author

FYI @rdumusc
Good luck!


if(CMAKE_SYSTEM_NAME MATCHES "Linux")
include(LSBInfo)
set(LINUX TRUE)
set(CMAKE_POSITION_INDEPENDENT_CODE ON) # -fPIC
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can be set outside of if(linux)?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably. Was like this before

@eile
Copy link
Member

eile commented Apr 13, 2016

Good lord -- quite a few gotchas to not miss in various projects.

@eile
Copy link
Member

eile commented Apr 13, 2016

+1 otherwise from what I could grasp

@tribal-tec
Copy link
Member Author

I built with gcc, clang and icc with various different options on Ubuntu. Let's see what breaks on RHEL and OSX :)

@tribal-tec tribal-tec merged commit 5df5951 into Eyescale:master Apr 13, 2016
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