Skip to content

Commit

Permalink
Remove deprecated FOUND_VAR (#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud authored Apr 15, 2024
1 parent f0a9e6c commit 6c2ad21
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
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

0 comments on commit 6c2ad21

Please sign in to comment.