cmake: Fix "FindLibobs.cmake" capitalisation

Fix "FindLibobs.cmake" filename case for case-sensitive filesystems
This commit is contained in:
Cat Stevens 2019-01-14 12:58:56 -05:00 committed by Michael Fabian 'Xaymar' Dirks
parent ca1e26fd20
commit 3b1551b8ef

View file

@ -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