Skip to content

Commit

Permalink
Export PANDA_DESCRIPTION_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
arntanguy committed Dec 14, 2023
1 parent 8d94246 commit 47c0bea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ set(CMAKE_CXX_STANDARD 11)
find_package(mc_rtc REQUIRED)
find_package(Franka REQUIRED)

add_subdirectory(cmake)
add_subdirectory(data)
add_subdirectory(src)
add_subdirectory(cmake)

if(BUILD_TESTING)
add_subdirectory(tests)
Expand Down
3 changes: 3 additions & 0 deletions cmake/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ find_package(mc_rtc REQUIRED)
find_package(Franka REQUIRED)

include("${CMAKE_CURRENT_LIST_DIR}/mc_pandaTargets.cmake")

set(PANDA_DESCRIPTION_PATH "@PANDA_DESCRIPTION_PATH@")

check_required_components(mc_panda)

0 comments on commit 47c0bea

Please sign in to comment.