forked from OpenDroneMap/ODM
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3be6db8
commit 31e3203
Showing
20 changed files
with
1,193 additions
and
424 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
set(_proj_name mvstexuring) | ||
set(_SB_BINARY_DIR "${SB_BINARY_DIR}/${_proj_name}") | ||
|
||
ExternalProject_Add(${_proj_name} | ||
DEPENDS | ||
PREFIX ${_SB_BINARY_DIR} | ||
TMP_DIR ${_SB_BINARY_DIR}/tmp | ||
STAMP_DIR ${_SB_BINARY_DIR}/stamp | ||
#--Download step-------------- | ||
DOWNLOAD_DIR ${SB_DOWNLOAD_DIR} | ||
URL https://github.com/nmoehrle/mvs-texturing/archive/dab68acaa693275c183c254a958130ee6d29c3e4.zip | ||
URL_MD5 0b0466f5d1046699594ce7fc77bdad02 | ||
#--Update/Patch step---------- | ||
UPDATE_COMMAND "" | ||
#--Configure step------------- | ||
SOURCE_DIR ${SB_SOURCE_DIR}/${_proj_name} | ||
CMAKE_ARGS | ||
-DRESEARCH=OFF | ||
-DCMAKE_BUILD_TYPE:STRING=Release | ||
-DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR} | ||
#--Build step----------------- | ||
BINARY_DIR ${_SB_BINARY_DIR} | ||
#--Install step--------------- | ||
INSTALL_DIR ${SB_INSTALL_DIR} | ||
#--Output logging------------- | ||
LOG_DOWNLOAD OFF | ||
LOG_CONFIGURE OFF | ||
LOG_BUILD OFF | ||
) |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.