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 0ff5e31 commit 823a2f2
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 @@ -35,12 +35,5 @@ find_or_build_package(ROBOTICSLAB_VISION)
find_or_build_package(ROBOTICSLAB_SPEECH)
find_or_build_package(ROBOTICSLAB_TOOLS)

# 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 823a2f2

Please sign in to comment.