-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
CIConfigurationConfiguration IssuesConfiguration IssuesDockerDocker InformationDocker InformationlibFuzzerlibFuzzer RelatedlibFuzzer Related
Description
TODO
2026-02-11 20:59:15 UTC
The sed command modifies the CMakeLists.txt file by commenting out wxWidgets dependencies. This is a fragile approach that couples the Dockerfile to the exact structure of the CMakeLists.txt file. If the CMakeLists.txt changes, this sed command may break or produce unexpected results. Consider adding a CMake option to disable wxWidgets support instead, or using a more robust approach like a patch file.
Originally posted by @Copilot in #597 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CIConfigurationConfiguration IssuesConfiguration IssuesDockerDocker InformationDocker InformationlibFuzzerlibFuzzer RelatedlibFuzzer Related