Skip to content

Commit

Permalink
Merge branch 'devel' into release/4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 18, 2023
2 parents bd932cf + 75471dc commit 44bc5ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ include(cmake/python.cmake)
compute_project_args(PROJECT_ARGS LANGUAGES CXX)
project(${PROJECT_NAME} ${PROJECT_ARGS})

findpython()

add_project_dependency("hpp-manipulation-corba" REQUIRED)

if(NOT FINDPYTHON_ALREADY_CALLED)
findpython()
endif()

add_subdirectory(src)

set(CATKIN_PACKAGE_SHARE_DESTINATION
Expand Down

0 comments on commit 44bc5ed

Please sign in to comment.