0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/UI/win-update
Kurt Kartaltepe d928bfd1ea cmake: Fix warnings and normalize variables/errors
As of 3.17 using find_package_handle_standard_args checks that the name
of the FindXXX file and the first argument are the same case.

Some modules used non-standard variables or the old singular variables
instead of plurals. This normalizes variable usage to the new-style.

Some CMakeLists.txt did custom error checking instead of propagating
find_package errors. These were changes to call find_package with
REQUIRED or without QUIET where needed and shortens the custom status
messages. This helps users who want to enable that functionality see
what precisely wasnt found.
2020-05-21 18:45:16 -07:00
..
updater cmake: Fix warnings and normalize variables/errors 2020-05-21 18:45:16 -07:00
update-window.cpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
update-window.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
win-update-helpers.cpp UI: Allocate space for null terminator 2019-02-19 21:57:22 +01:00
win-update-helpers.hpp clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
win-update.cpp UI: Fix closing OBS before showing whats new dialog 2020-03-16 08:59:46 -07:00
win-update.hpp UI: Fix closing OBS before showing whats new dialog 2020-03-16 08:59:46 -07:00