aports/main/libavif/fix-gtest.patch
2024-12-16 16:37:47 +00:00

11 lines
369 B
Diff

--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -4,7 +4,7 @@
# With testing enabled, all targets referenced by add_test() can be run
# at once with CMake's ctest command line tool from the build folder.
enable_testing()
-
+find_package(GTest REQUIRED)
################################################################################
# C tests and tools