From 484ea63c536746b1bfb4a711dfe1c22dda22b235 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 20 Apr 2023 17:36:42 -0400 Subject: [PATCH] The glog project root CMakeLists.txt is where we should build from (#1442) Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: https://github.com/rapidsai/raft/pull/1442 --- cpp/cmake/thirdparty/get_glog.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpp/cmake/thirdparty/get_glog.cmake b/cpp/cmake/thirdparty/get_glog.cmake index 9334224de5..35a9170f99 100644 --- a/cpp/cmake/thirdparty/get_glog.cmake +++ b/cpp/cmake/thirdparty/get_glog.cmake @@ -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} ) @@ -46,4 +45,4 @@ find_and_configure_glog(VERSION 0.6.0 FORK google PINNED_TAG v0.6.0 EXCLUDE_FROM_ALL ON - ) \ No newline at end of file + )