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

Commit ae3fcb2

Browse files
authored
Merge pull request #283 from robotology/fix-compilation
Fix wrong path for floatingBaseEstimatorRPC.thrift
2 parents 86fa126 + 74613be commit ae3fcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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(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)
5+
yarp_idl_to_dir(INPUT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/codyco/floatingBaseEstimatorRPC.thrift OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}/autogenerated SOURCES_VAR WBDIDLSERVER_SRC HEADERS_VAR WBDIDLSERVER_HEADERS INCLUDE_DIRS_VAR WBDIDLSERVER_INCLUDES)
66

77

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

0 commit comments

Comments
 (0)