Skip to content

Commit

Permalink
Patch ARSDK to fix Sanselan's old URL
Browse files Browse the repository at this point in the history
- This is temporary and must be reverted when this is fixed upstream.
Issue reported here: Parrot-Developers/ARSDKBuildUtils#61
  • Loading branch information
mani-monaj committed Jan 12, 2016
1 parent e00b40d commit 0a54d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bebop_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ ExternalProject_Add(ARSDKBuildUtils
GIT_REPOSITORY https://github.com/ARDroneSDK3/ARSDKBuildUtils.git
GIT_TAG ARSDK3_version_3_6
PREFIX ${CATKIN_DEVEL_PREFIX}
PATCH_COMMAND curl -s https://github.com/mani-monaj/ARSDKBuildUtils/commit/6c5b4186ab1d7cfd963b7dfa2070ece7650b2a5e.patch | git apply -v --index
CONFIGURE_COMMAND echo "No configure"
BUILD_COMMAND ./SDK3Build.py -t Unix
INSTALL_COMMAND echo "No install"
Expand Down

0 comments on commit 0a54d48

Please sign in to comment.