Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 86fa126

Browse files
authored
Merge pull request #282 from robotology/fix/broken-deprecated-yarp_idl_to_dir-interface
Fixed input parameters of 'yarp_idl_to_dir' macro
2 parents a3b765d + f37caba commit 86fa126

20 files changed

+3
-5134
lines changed

src/idl/floatingBaseEstimatorRPC/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Authors: Silvio Traversaro
33
# CopyPolicy: Released under the terms of the LGPLv2.1 or later, see LGPL.TXT
44

5-
yarp_idl_to_dir(codyco/floatingBaseEstimatorRPC.thrift ${CMAKE_CURRENT_SOURCE_DIR}/autogenerated WBDIDLSERVER_SRC WBDIDLSERVER_HEADERS WBDIDLSERVER_INCLUDES)
5+
yarp_idl_to_dir(INPUT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/floatingBaseEstimatorRPC.thrift OUTPUT_DIR ${CMACMAKE_CURRENT_BINARY_DI}/autogenerated SOURCES_VAR WBDIDLSERVER_SRC HEADERS_VAR WBDIDLSERVER_HEADERS INCLUDE_DIRS_VAR WBDIDLSERVER_INCLUDES)
66

77

88
add_library(floatingBaseEstimatorRPC ${WBDIDLSERVER_SRC} ${WBDIDLSERVER_HEADERS})

src/idl/floatingBaseEstimatorRPC/autogenerated/codyco_floatingBaseEstimatorRPC_thrift.cmake

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)