Skip to content

Commit

Permalink
migrating to latest catkin_pip
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Apr 2, 2018
1 parent aa426e7 commit ae267b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ find_package(catkin REQUIRED COMPONENTS
catkin_pip_requirements(${CMAKE_CURRENT_SOURCE_DIR}/requirements.txt --ignore-installed)

# defining current package as a package that should be managed by pip (not catkin - even though we make it usable with workspaces)
catkin_pip_setup()
catkin_pip_target(rostful)

catkin_package()


Expand Down

0 comments on commit ae267b2

Please sign in to comment.