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

Add FindGlog.cmake module #593

Open
jvegh opened this issue Apr 24, 2016 · 2 comments
Open

Add FindGlog.cmake module #593

jvegh opened this issue Apr 24, 2016 · 2 comments

Comments

@jvegh
Copy link

jvegh commented Apr 24, 2016

I am routine using glog for logging in my projects. Could you please support it with "--use"?

@schuhschuh schuhschuh added this to the v3.4.0 milestone Apr 25, 2016
@schuhschuh
Copy link
Contributor

Could you please support it with "--use"?

This requires the addition of a FindGLog.cmake module because CMake itself does not come with such module yet. There are some example modules available that were written by others for their projects.

Otherwise, we can look into the option of including the source code directly in the BASIS project.

@schuhschuh
Copy link
Contributor

Until this is resolved, you could just copy one of the linked FindGlog modules into the config/ directory of your project.

@schuhschuh schuhschuh changed the title Missing package Add FindGlog.cmake module Jun 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants