Skip to content

Commit

Permalink
Remove eigen dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Dec 7, 2023
1 parent 5674e68 commit 704c285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SuperBuild/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,11 @@ externalproject_add(odm_orthophoto
)

externalproject_add(fastrasterfilter
DEPENDS eigen34
GIT_REPOSITORY https://github.com/OpenDroneMap/FastRasterFilter.git
GIT_TAG main
PREFIX ${SB_BINARY_DIR}/fastrasterfilter
SOURCE_DIR ${SB_SOURCE_DIR}/fastrasterfilter
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=${SB_INSTALL_DIR}
-DEIGEN3_INCLUDE_DIR=${SB_SOURCE_DIR}/eigen34/
${WIN32_CMAKE_ARGS} ${WIN32_GDAL_ARGS}
)

Expand Down

0 comments on commit 704c285

Please sign in to comment.