![]() | 1 | initial version |
This issue has been reported upstream, but so far no fix has been commited.
However, the solution is also shown in the issue:
The first problem is that in line 15
PATCH_COMMAND patch -p0 < ${CMAKE_SOURCE_DIR}/fix-unused-typedef-warning.patch
the directory to findfix-unused-typedef-warning.patch
is set to${CMAKE_SOURCE_DIR}
, which is~/test_ws/src/
[in your case], but the file is in~/catkin_ws/src/glog_catkin/
in your case]. So you should change${CMAKE_SOURCE_DIR}
to${CMAKE_CURRENT_SOURCE_DIR}