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 d2333fe commit 4ef9b9a
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 @@ -29,12 +29,5 @@ find_or_build_package(ROBOTICSLAB_OPENRAVE_YARP_PLUGINS)
find_or_build_package(ROBOTICSLAB_VISION)
find_or_build_package(ROBOTICSLAB_YARP_DEVICES)

# 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})

# Configure and create uninstall target.
include(AddUninstallTarget)

0 comments on commit 4ef9b9a

Please sign in to comment.