kopia lustrzana https://github.com/OpenDroneMap/ODM
odm_orthophoto rpath fix
rodzic
2b2115c298
commit
8abd163823
SuperBuild
|
@ -245,6 +245,9 @@ externalproject_add(odm_orthophoto
|
|||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR}
|
||||
${WIN32_CMAKE_ARGS} ${WIN32_GDAL_ARGS}
|
||||
)
|
||||
if(APPLE)
|
||||
macos_fix_rpath(odm_orthophoto "${SB_INSTALL_DIR}/bin/odm_orthophoto")
|
||||
endif()
|
||||
|
||||
externalproject_add(lastools
|
||||
GIT_REPOSITORY https://github.com/OpenDroneMap/LAStools.git
|
||||
|
|
Ładowanie…
Reference in New Issue