From f2e915e494cc03b4b7140f8ed701ed2589a71ed8 Mon Sep 17 00:00:00 2001 From: K1ngfish3r <26593485+K1ngfish3r@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:18:59 +0500 Subject: [PATCH] Add FIND_PACKAGE_ARGS for googletest --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 084ad312..d427d007 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ if(BUILD_L0_LOADER_TESTS) googletest GIT_REPOSITORY https://github.com/google/googletest.git GIT_TAG v1.14.0 + FIND_PACKAGE_ARGS NAMES GTest ) add_library(GTest::GTest INTERFACE IMPORTED) target_link_libraries(GTest::GTest INTERFACE gtest_main)