Skip to content

Commit

Permalink
The glog project root CMakeLists.txt is where we should build from (#…
Browse files Browse the repository at this point in the history
…1442)

Authors:
  - Robert Maynard (https://github.com/robertmaynard)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #1442
  • Loading branch information
robertmaynard authored Apr 20, 2023
1 parent bc732c0 commit 0ac32e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/cmake/thirdparty/get_glog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ function(find_and_configure_glog)
CPM_ARGS
GIT_REPOSITORY https://github.com/${PKG_FORK}/glog.git
GIT_TAG ${PKG_PINNED_TAG}
SOURCE_SUBDIR cpp
EXCLUDE_FROM_ALL ${PKG_EXCLUDE_FROM_ALL}
)

Expand All @@ -46,4 +45,4 @@ find_and_configure_glog(VERSION 0.6.0
FORK google
PINNED_TAG v0.6.0
EXCLUDE_FROM_ALL ON
)
)

0 comments on commit 0ac32e1

Please sign in to comment.