mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Fix "FindLibobs.cmake" capitalisation
Fix "FindLibobs.cmake" filename case for case-sensitive filesystems
This commit is contained in:
parent
ca1e26fd20
commit
3b1551b8ef
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ elseif(${PropertyPrefix}OBS_PACKAGE)
|
|||
include("${OBS_STUDIO_DIR}/cmake/LibObs/LibObsConfig.cmake")
|
||||
elseif(${PropertyPrefix}OBS_REFERENCE)
|
||||
set(obsPath "${OBS_STUDIO_DIR}")
|
||||
include("${OBS_STUDIO_DIR}/cmake/external/Findlibobs.cmake")
|
||||
include("${OBS_STUDIO_DIR}/cmake/external/FindLibobs.cmake")
|
||||
elseif(${PropertyPrefix}OBS_DOWNLOAD)
|
||||
download_project(
|
||||
PROJ libobs
|
||||
|
|
Loading…
Reference in a new issue