Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated FOUND_VAR #2113

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cmake/Modules/Findaom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ set(AOM_LIBRARIES ${AOM_LIBRARIES} ${AOM_LIBRARY})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
aom
FOUND_VAR AOM_FOUND
REQUIRED_VARS AOM_LIBRARY AOM_LIBRARIES AOM_INCLUDE_DIR
VERSION_VAR _AOM_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Finddav1d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif(DAV1D_LIBRARY)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
dav1d
FOUND_VAR DAV1D_FOUND
REQUIRED_VARS DAV1D_LIBRARY DAV1D_LIBRARIES DAV1D_INCLUDE_DIR
VERSION_VAR _DAV1D_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Findlibgav1.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif(LIBGAV1_LIBRARY)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
libgav1
FOUND_VAR LIBGAV1_FOUND
REQUIRED_VARS LIBGAV1_LIBRARY LIBGAV1_LIBRARIES LIBGAV1_INCLUDE_DIR
VERSION_VAR _LIBGAV1_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Findlibsharpyuv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif(LIBSHARPYUV_LIBRARY)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
libsharpyuv
FOUND_VAR LIBSHARPYUV_FOUND
REQUIRED_VARS LIBSHARPYUV_LIBRARY LIBSHARPYUV_LIBRARIES LIBSHARPYUV_INCLUDE_DIR
VERSION_VAR _LIBSHARPYUV_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Findlibyuv.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ endif(LIBYUV_LIBRARY)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
libyuv
FOUND_VAR LIBYUV_FOUND
REQUIRED_VARS LIBYUV_LIBRARY LIBYUV_LIBRARIES LIBYUV_INCLUDE_DIR
VERSION_VAR _LIBYUV_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Findrav1e.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ set(RAV1E_LIBRARIES ${RAV1E_LIBRARIES} ${RAV1E_LIBRARY} ${_RAV1E_LDFLAGS})
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
rav1e
FOUND_VAR RAV1E_FOUND
REQUIRED_VARS RAV1E_LIBRARY RAV1E_LIBRARIES RAV1E_INCLUDE_DIR
VERSION_VAR _RAV1E_VERSION
)
Expand Down
1 change: 0 additions & 1 deletion cmake/Modules/Findsvt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ endif(SVT_LIBRARY)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(
svt
FOUND_VAR SVT_FOUND
REQUIRED_VARS SVT_LIBRARY SVT_LIBRARIES SVT_INCLUDE_DIR
VERSION_VAR _SVT_VERSION
)
Expand Down
Loading