Skip to content

Commit 0911af4

Browse files
committed
wip: Update to gflags that supports modern cmake
1 parent c008d33 commit 0911af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endif()
6060
ExternalProject_Add(gflags-proj
6161
PREFIX gflags
6262
GIT_REPOSITORY https://github.com/gflags/gflags.git
63-
GIT_TAG v2.2.2
63+
GIT_TAG 70c01a6
6464
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>"
6565
"-DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}"
6666
"-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}"

0 commit comments

Comments
 (0)