You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ch...@apache.org on 2020/12/10 13:56:58 UTC

[singa] branch master updated: Update FindGlog.cmake

This is an automated email from the ASF dual-hosted git repository.

chrishkchris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a23a6d  Update FindGlog.cmake
     new dc7b079  Merge pull request #715 from pkgvrpdm/patch-1
3a23a6d is described below

commit 3a23a6d7187fd4346a0403c7d1f22705476acb72
Author: Pawan Kumar <pk...@yahoo.com>
AuthorDate: Sun May 31 02:12:53 2020 +0530

    Update FindGlog.cmake
---
 cmake/Thirdparty/FindGlog.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/Thirdparty/FindGlog.cmake b/cmake/Thirdparty/FindGlog.cmake
index e18c602..35caefd 100644
--- a/cmake/Thirdparty/FindGlog.cmake
+++ b/cmake/Thirdparty/FindGlog.cmake
@@ -21,7 +21,7 @@ FIND_PATH(GLOG_INCLUDE_DIR NAMES glog/logging.h PATHS "$ENV{GLOG_DIR}/include")
 FIND_LIBRARY(GLOG_LIBRARIES NAMES glog)
 
 INCLUDE(FindPackageHandleStandardArgs)
-find_package_handle_standard_args(GLOG DEFAULT_MSG GLOG_INCLUDE_DIR GLOG_LIBRARIES)
+find_package_handle_standard_args(Glog DEFAULT_MSG GLOG_INCLUDE_DIR GLOG_LIBRARIES)
 
 IF(GLOG_FOUND)
     #    MESSAGE(STATUS "Found glog at ${GLOG_INCLUDE_DIR}")