Skip to content

Commit

Permalink
Remove redundant install-related lines
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Apr 18, 2019
1 parent e2a6de0 commit f2c7220
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ find_or_build_package(ASROB_YARP_DEVICES)
find_or_build_package(RD_OPENRAVE_MODELS)
find_or_build_package(ROBOTICSLAB_OPENRAVE_YARP_PLUGINS)

# Prepare install/ directory (might be empty).
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/install)

# Install downloaded packages.
install(DIRECTORY ${CMAKE_BINARY_DIR}/install/
DESTINATION ${CMAKE_INSTALL_PREFIX})

include(GNUInstallDirs)
install(PROGRAMS scripts/python/rdSim DESTINATION ${CMAKE_INSTALL_BINDIR})

Expand Down

0 comments on commit f2c7220

Please sign in to comment.