Add glog header path to include (#295)

avx_docs
backyes 8 years ago committed by Yu Yang
parent 6467c38202
commit 12945b2c90

@ -135,6 +135,7 @@ endif()
if(WITH_GLOG)
add_definitions(-DPADDLE_USE_GLOG)
include_directories(${LIBGLOG_INCLUDE_DIR})
endif()
if(WITH_GFLAGS)

Loading…
Cancel
Save