Skip to content

Commit 0766006

Browse files
authored
Add FIND_PACKAGE_ARGS for googletest
1 parent f06734a commit 0766006

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ if(BUILD_L0_LOADER_TESTS)
5757
googletest
5858
GIT_REPOSITORY https://github.com/google/googletest.git
5959
GIT_TAG v1.14.0
60+
FIND_PACKAGE_ARGS NAMES GTest
6061
)
6162
add_library(GTest::GTest INTERFACE IMPORTED)
6263
target_link_libraries(GTest::GTest INTERFACE gtest_main)

0 commit comments

Comments
 (0)