From ea05e8eb90366835503c1bf3f2c4857b0d7c6036 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 7 Dec 2014 12:19:02 +0100 Subject: [PATCH] fixing glog include dir detection --- cmake/Modules/FindGLOG.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/Modules/FindGLOG.cmake b/cmake/Modules/FindGLOG.cmake index e0aa718d1..fa6c80ae7 100644 --- a/cmake/Modules/FindGLOG.cmake +++ b/cmake/Modules/FindGLOG.cmake @@ -55,6 +55,7 @@ else(MSVC) find_path(GLOG_INCLUDE_DIR NAMES raw_logging.h PATHS ${GLOG_ROOT}/include/glog + /usr/include/glog /opt/local/include/glog # default location in Macports ) endif(MSVC)