cmake-basis/BASIS

Add FindGlog.cmake module

jvegh opened this issue · 2 comments

jvegh commented

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

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.

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