0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/cmake
PatTheMav 90286a537b cmake: Fix cURL library handling for updated dependencies
Soon to be updated obs-deps built on CI will retain CMake package files
created while building dependencies. When CMake uses packages, the usual
triplet of variables from finders are not set. `CopyMSVCBins` relies
on one such variable.

This PR sets the `CURL_INCLUDE_DIR` if the cURL target is present, but
apparently imported as a CMake package, to ensure prior functionality is
restored.
2022-05-03 13:57:02 -04:00
..
bundle cmake: Move obspython.py to Resources on macOS 2022-03-23 14:56:55 +01:00
external cmake: Update CMake finders and helper modules 2022-03-16 23:11:06 +01:00
Modules cmake: Fix cURL library handling for updated dependencies 2022-05-03 13:57:02 -04:00