obsproject / obsproject/obs-studio
A problem with exporting header files
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 76.4k
- Forks
- 10.2k
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 12
Description
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
29.1.1
OBS Studio Version (Other)
master latest = 29.1.1
OBS Studio Log URL
no
OBS Studio Crash Log URL
No response
Expected Behavior
setup the command:
This parameter:--component obs_${target}
But in practice it is:
if(CMAKE_INSTALL_COMPONENT STREQUAL "obs_libraries")
It should be:
if(CMAKE_INSTALL_COMPONENT STREQUAL "obs_libos")
or
if(CMAKE_INSTALL_COMPONENT STREQUAL "obs_${target}")
Current Behavior
setup the command:
This parameter:--component obs_${target}
But in practice it is:
if(CMAKE_INSTALL_COMPONENT STREQUAL "obs_libraries")
Steps to Reproduce
no
Anything else we should know?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the CMake installation and export configuration that handles the --component obs_${target} argument. Reproduce the generated condition if possible and compare it with the requested obs_libos or target-specific component name; done means the generated condition uses the intended component consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100