From bf8a86ff7dfdcc30bca9ea83ca9d51dad6213047 Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Thu, 19 Jul 2018 14:52:39 +0200 Subject: [PATCH] Fixed typo COMMAND --- lib/formats/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/formats/CMakeLists.txt b/lib/formats/CMakeLists.txt index 23bb0b6fb..4d6652ac9 100644 --- a/lib/formats/CMakeLists.txt +++ b/lib/formats/CMakeLists.txt @@ -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