cmake: Fix "FindLibobs.cmake" capitalisation
Fix "FindLibobs.cmake" filename case for case-sensitive filesystems
This commit is contained in:
parent
ca1e26fd20
commit
3b1551b8ef
|
@ -194,7 +194,7 @@ elseif(${PropertyPrefix}OBS_PACKAGE)
|
||||||
include("${OBS_STUDIO_DIR}/cmake/LibObs/LibObsConfig.cmake")
|
include("${OBS_STUDIO_DIR}/cmake/LibObs/LibObsConfig.cmake")
|
||||||
elseif(${PropertyPrefix}OBS_REFERENCE)
|
elseif(${PropertyPrefix}OBS_REFERENCE)
|
||||||
set(obsPath "${OBS_STUDIO_DIR}")
|
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)
|
elseif(${PropertyPrefix}OBS_DOWNLOAD)
|
||||||
download_project(
|
download_project(
|
||||||
PROJ libobs
|
PROJ libobs
|
||||||
|
|
Loading…
Reference in New Issue