Generation steps fails when OPENGL_INCLUDE_DIRS is a list
Open
- Dominant language
- C++
- Stars
- 197
- Forks
- 47
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 6
Description
When calling `find_package( OpenGL REQUIRED )` the variable `OPENGL_INCLUDE_DIRS` can return more than one directory. This causes a failure in the call to bindgen (https://github.com/CadQuery/OCP/blob/d69b064a3a604ebf245b1f3b14fb54c835a3a571/CMakeLists.txt#L118) where it is assumed that the variable only contains one directory.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.