Skip to content

Commit

Permalink
Merge pull request #4338 from raffienficiaud/master
Browse files Browse the repository at this point in the history
[cmake] fix glog upstream autoconf for Ubuntu 16.04
  • Loading branch information
shelhamer authored Jan 7, 2017
2 parents f731bc4 + 9f18552 commit 365ac88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/External/glog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if (NOT __GLOG_INCLUDED)
GIT_TAG "v0.3.4"
UPDATE_COMMAND ""
INSTALL_DIR ${gflags_INSTALL}
PATCH_COMMAND autoreconf -i ${glog_PREFIX}/src/glog
CONFIGURE_COMMAND env "CFLAGS=${GLOG_C_FLAGS}" "CXXFLAGS=${GLOG_CXX_FLAGS}" ${glog_PREFIX}/src/glog/configure --prefix=${glog_INSTALL} --enable-shared=no --enable-static=yes --with-gflags=${GFLAGS_LIBRARY_DIRS}/..
LOG_DOWNLOAD 1
LOG_CONFIGURE 1
Expand Down

0 comments on commit 365ac88

Please sign in to comment.