mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Fixed typo COMMAND
This commit is contained in:
parent
fd48c94ddc
commit
bf8a86ff7d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ if(DEFINED PROTOBUFC_COMPILER AND PROTOBUFC_FOUND)
|
|||
add_custom_command(
|
||||
OUTPUT
|
||||
villas.pb-c.c villas.pb-c.h
|
||||
COMMAND ${PROTOBUF_COMPILER}
|
||||
COMMAND ${PROTOBUFC_COMPILER}
|
||||
--c_out=${CMAKE_CURRENT_BINARY_DIR}
|
||||
villas.proto
|
||||
MAIN_DEPENDENCY villas.proto
|
||||
|
|
Loading…
Add table
Reference in a new issue