Skip to content

Commit

Permalink
Merge pull request #30 from shuklaayush/master
Browse files Browse the repository at this point in the history
Fix CMake directory path in patch
  • Loading branch information
gawela authored Jun 6, 2019
2 parents dcb4559 + 0830012 commit 1b8eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(VERSION 0.3.5)
ExternalProject_Add(glog_src
URL https://github.com/google/glog/archive/v${VERSION}.zip
UPDATE_COMMAND ""
PATCH_COMMAND patch -p0 < ${CMAKE_SOURCE_DIR}/fix-unused-typedef-warning.patch
PATCH_COMMAND patch -p0 < ${CMAKE_CURRENT_SOURCE_DIR}/fix-unused-typedef-warning.patch
CONFIGURE_COMMAND cd ../glog_src/ && autoreconf -fi && ./configure --with-pic
--with-gflags=${gflags_catkin_PREFIX}
--prefix=${CATKIN_DEVEL_PREFIX}
Expand Down

0 comments on commit 1b8eab2

Please sign in to comment.