File googletest.patch of Package linux-npu-driver
diff -uNr linux-npu-driver-1.26.0.orig/third_party/CMakeLists.txt linux-npu-driver-1.26.0/third_party/CMakeLists.txt --- linux-npu-driver-1.26.0.orig/third_party/CMakeLists.txt 2025-12-10 12:40:59.884657553 -0300 +++ linux-npu-driver-1.26.0/third_party/CMakeLists.txt 2025-12-10 12:41:36.811557774 -0300 @@ -14,9 +14,6 @@ include(cmake/perfetto.cmake) endif() -set(INSTALL_GTEST OFF) -add_subdirectory(googletest EXCLUDE_FROM_ALL) - set(YAML_CPP_INSTALL OFF) set(BUILD_SHARED_LIBS OFF) add_subdirectory(yaml-cpp EXCLUDE_FROM_ALL)