1
0
Fork 0
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:
Dennis Potter 2018-07-19 14:52:39 +02:00
parent fd48c94ddc
commit bf8a86ff7d

View file

@ -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