Skip to content

Commit

Permalink
Fix absolute path in YARP_idl_toolsConfig.cmake
Browse files Browse the repository at this point in the history
(cherry picked from commit 479d075)
  • Loading branch information
drdanz committed Aug 2, 2018
1 parent 62d2481 commit 30dce54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/idls/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ if(NOT CREATE_SHARED_LIBS)
include(YarpInstallBasicPackageFiles)
yarp_install_basic_package_files(YARP_idl_tools
FIRST_TARGET yarpidl_thrift
INCLUDE_CONTENT "include(\${YARP_MODULE_DIR}/YarpIDL.cmake)")
INCLUDE_CONTENT "include(\"\\\${YARP_MODULE_DIR}/YarpIDL.cmake\")")
endif()

0 comments on commit 30dce54

Please sign in to comment.