diff --git a/CMakeLists.txt b/CMakeLists.txt index e96ce28248ee52585e93c98bc8d9219202fb84e1..527064e31000aa7d8c99212561d06493ca135841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -135,6 +135,7 @@ endif() if(WITH_GLOG) add_definitions(-DPADDLE_USE_GLOG) + include_directories(${LIBGLOG_INCLUDE_DIR}) endif() if(WITH_GFLAGS)