mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1761] build: add CMake options for system library linking #2485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1761
Author: @DhanushVarma-2
Created: 11/9/2025
Status: 🔄 Open
Base:
master← Head:system-libs-1718📝 Commits (4)
1515f5cbuild: add tesseract library linking for hardsubx feature3501ff9build: add CMake options for system library linkingfa57039build: fix CMake conditional nesting and clean system library switchesfd5b365build: fix system library CMake options and cleanup logic📊 Changes
1 file changed (+78 additions, -58 deletions)
View changed files
📝
src/CMakeLists.txt(+78 -58)📄 Description
Partial fix for #1718
Adds CMake options for system library linking as foundation for full implementation:
Current behaviour: Options are OFF by default, existing bundled libraries still used
Future work: Implement actual system library detection and linking
This is phase 1 of addressing #1718 - adding the configuration framework before implementing the full system library support.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.