Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
removed deprecated YARP_MODULE_PATH
  • Loading branch information
pattacini committed Jun 26, 2018
1 parent 9c2c119 commit 56014fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Expand Up @@ -14,11 +14,9 @@ find_package(YARP REQUIRED COMPONENTS OS sig dev math gsl)
find_package(ICUB REQUIRED)
find_package(ICUBcontrib REQUIRED)

list(APPEND CMAKE_MODULE_PATH ${YARP_MODULE_PATH})
list(APPEND CMAKE_MODULE_PATH ${ICUB_MODULE_PATH})
list(APPEND CMAKE_MODULE_PATH ${ICUBCONTRIB_MODULE_PATH})

include(YarpInstallationHelpers)
include(ICUBcontribHelpers)
include(ICUBcontribOptions)
icubcontrib_set_default_prefix()
Expand Down
2 changes: 0 additions & 2 deletions modules/iCubBlinker/CMakeLists.txt
Expand Up @@ -5,8 +5,6 @@
cmake_minimum_required(VERSION 3.5)
project(iCubBlinker)

include(YarpIDL)

set(idl_files ${PROJECT_NAME}.thrift)

yarp_add_idl(IDL_GEN_FILES ${PROJECT_NAME}.thrift)
Expand Down

0 comments on commit 56014fc

Please sign in to comment.