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

More cmake cleanup #28

Merged
merged 18 commits into from
Aug 18, 2017
Merged

More cmake cleanup #28

merged 18 commits into from
Aug 18, 2017

Conversation

piponazo
Copy link
Collaborator

In this Pull Request I am taking another step forward to have a cleaner CMake code. This is a list of the things done:

  • Remove unused CMake code: CMP0042 policy is not needed anymore. Since we require CMake 3.1 we can use directly MACOSX_PATH.
  • Simplify CMake code related with Compiler info.
  • Proper usage of the Threads module.
  • Remove useless calls to include_directories.
  • Fix inclusion of non-existing header file.
  • Move inclusion of a private header from a public one, to the .cpp file. (Issue detected thanks to the removal of include_directories calls)

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