Skip to content

Commit

Permalink
Merge pull request OpenDroneMap#861 from pierotofy/downloadpaths
Browse files Browse the repository at this point in the history
Added _proj_name to download paths to avoid conflicts
  • Loading branch information
pierotofy authored Jun 30, 2018
2 parents 00a47b7 + 3036e14 commit 4a00c4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SuperBuild/cmake/External-LASzip.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ExternalProject_Add(${_proj_name}
TMP_DIR ${_SB_BINARY_DIR}/tmp
STAMP_DIR ${_SB_BINARY_DIR}/stamp
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}/${_proj_name}
URL https://github.com/LASzip/LASzip/archive/master.zip
#--Update/Patch step----------
UPDATE_COMMAND ""
Expand Down
2 changes: 1 addition & 1 deletion SuperBuild/cmake/External-MvsTexturing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ExternalProject_Add(${_proj_name}
TMP_DIR ${_SB_BINARY_DIR}/tmp
STAMP_DIR ${_SB_BINARY_DIR}/stamp
#--Download step--------------
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR}/${_proj_name}
URL https://github.com/OpenDroneMap/mvs-texturing/archive/master.zip
#--Update/Patch step----------
UPDATE_COMMAND ""
Expand Down

0 comments on commit 4a00c4d

Please sign in to comment.