]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Add status output when running git checkout of GoogleTest
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Sat, 23 Dec 2023 19:08:17 +0000 (20:08 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 27 Dec 2023 18:14:23 +0000 (19:14 +0100)
test/CMakeLists.txt

index 2a673748bfef44d60292b4ccbb44465c1d024775..23014ef296324708176ba9bda2586cf9346eec65 100644 (file)
@@ -148,6 +148,7 @@ if(WITH_GTEST)
         endif()
 
         # Fetch Google test source code from official repository
+        message(STATUS "Git checking out GoogleTest ${GTEST_TAG}")
         FetchContent_Declare(googletest
             GIT_REPOSITORY ${GTEST_REPOSITORY}
             GIT_TAG ${GTEST_TAG})