From 2a88608783c4bf6219d6da92b3e6f20afe953cd2 Mon Sep 17 00:00:00 2001 From: wuhai Date: Mon, 18 Mar 2024 10:15:59 +0800 Subject: [PATCH] chore: update the file of project --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d0658d15..5e0fbba4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ if(SAK_USING_GLOG) set(WITH_GTEST OFF) set(WITH_GFLAGS OFF) - sak_add_subdirectory("glog-master") + sak_add_subdirectory("glog-0.7.0") endif() sak_add_subdirectory("Qt-AES-master")