Skip to content

Commit

Permalink
The glog project root CMakeLists.txt is where we should build from (r…
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard authored and ahendriksen committed Apr 27, 2023
1 parent a4a59bc commit 484ea63
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 484ea63

Please sign in to comment.