Skip to content

Commit 544beca

Browse files
committed
Undo glog changes
1 parent 14f8c18 commit 544beca

2 files changed

Lines changed: 0 additions & 27 deletions

File tree

src/third_party/glog/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@ set(BUILD_SHARED_LIBS OFF)
66
set(WITH_GFLAGS OFF)
77
set(WITH_GTEST OFF)
88

9-
if (WIN32)
10-
FetchContent_Declare(
11-
glog
12-
URL https://github.com/google/glog/archive/refs/tags/v0.5.0.tar.gz
13-
URL_HASH SHA256=eede71f28371bf39aa69b45de23b329d37214016e2055269b3b5e7cfd40b59f5
14-
DOWNLOAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
15-
PATCH_COMMAND pwd && ls -lh && patch -p1 < "${CMAKE_CURRENT_SOURCE_DIR}/patch.diff"
16-
)
17-
else()
189
FetchContent_Declare(
1910
glog
2011
URL https://github.com/google/glog/archive/refs/tags/v0.6.0.tar.gz
2112
URL_HASH SHA256=8a83bf982f37bb70825df71a9709fa90ea9f4447fb3c099e1d720a439d88bad6
2213
DOWNLOAD_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
2314
)
24-
endif()
2515
FetchContent_MakeAvailable(glog)

src/third_party/glog/patch.diff

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)