Skip to content

Commit

Permalink
Fix cpack typo to use trajopt_common over trajopt_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Max DeSantis committed Jan 3, 2025
1 parent f831e98 commit c6019e6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions trajopt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ if(TRAJOPT_PACKAGE)
"libconsole-bridge-dev"
"libjsoncpp-dev"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-sco"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-environment"
"${TESSERACT_PACKAGE_PREFIX}tesseract-visualization"
WINDOWS_DEPENDS
Expand All @@ -123,7 +123,7 @@ if(TRAJOPT_PACKAGE)
"console-bridge"
"jsoncpp"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-sco"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-environment"
"${TESSERACT_PACKAGE_PREFIX}tesseract-visualization")
endif()
4 changes: 2 additions & 2 deletions trajopt_ifopt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ if(TRAJOPT_PACKAGE)
"libboost-dev"
"libconsole-bridge-dev"
"ifopt"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-environment"
WINDOWS_DEPENDS
"Eigen3"
"boost"
"console-bridge"
"ifopt"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-environment")
endif()
4 changes: 2 additions & 2 deletions trajopt_optimizers/trajopt_sqp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if(TRAJOPT_PACKAGE)
"ifopt"
"${TRAJOPT_PACKAGE_PREFIX}osqpeigen"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-ifopt"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-visualization"
WINDOWS_DEPENDS
Expand All @@ -141,7 +141,7 @@ if(TRAJOPT_PACKAGE)
"ifopt"
"${TRAJOPT_PACKAGE_PREFIX}osqpeigen"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-ifopt"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-common"
"${TESSERACT_PACKAGE_PREFIX}tesseract-visualization")
endif()
4 changes: 2 additions & 2 deletions trajopt_sco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ if(TRAJOPT_PACKAGE)
"libeigen3-dev"
"libboost-dev"
"libjsoncpp-dev"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils")
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common")
set(WINDOWS_DEPENDS
"Eigen3"
"boost"
"jsoncpp"
"${TRAJOPT_PACKAGE_PREFIX}trajopt-utils")
"${TRAJOPT_PACKAGE_PREFIX}trajopt-common")

if(GUROBI_FOUND)
# TODO
Expand Down

0 comments on commit c6019e6

Please sign in to comment.