Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
321ca6c
)
Fix path in FindNanopb.cmake.
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 11 Nov 2013 07:22:32 +0000
(09:22 +0200)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Mon, 11 Nov 2013 07:22:32 +0000
(09:22 +0200)
Update issue 94
Status: FixedInGit
cmake/FindNanopb.cmake
patch
|
blob
|
history
diff --git
a/cmake/FindNanopb.cmake
b/cmake/FindNanopb.cmake
index
9678fb1
..
ad96b5c
100644
(file)
--- a/
cmake/FindNanopb.cmake
+++ b/
cmake/FindNanopb.cmake
@@
-148,7
+148,7
@@
function(NANOPB_GENERATE_CPP SRCS HDRS)
"${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb.h"
COMMAND python
ARGS ${NANOPB_GENERATOR_EXECUTABLE} ${FIL_WE}.pb
- DEPENDS
${FIL_WE}.pb
+ DEPENDS
"${CMAKE_CURRENT_BINARY_DIR}/${FIL_WE}.pb"
COMMENT "Running nanopb generator on ${FIL_WE}.pb"
VERBATIM )
endforeach()