KhronosGroup / KhronosGroup/OpenCL-CTS
GLESv3 is not linked when compiled
Open
- Dominant language
- C++
- Stars
- 232
- Forks
- 235
- Avg merge
- 8d 7h
- Merged PRs (30d)
- 18
Description
The gles test does not build correctly if GLES3 is detected. The CMakeLists.txt needs to link GLESv3 when enabled. A work-around is to add -DCLConform_LIBRARIES'=GLESv3
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the CMakeLists.txt for the GLES test and inspect how GLES3 detection currently sets the link libraries. Build the gles test with GLES3 enabled to reproduce the failure, then verify that it links GLESv3 without the workaround override.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100