Skip to content

Fix link problem with OTB App Engine

Thibaut ROMAIN requested to merge (removed):fix-OTB-build into master

When cloning otb-bv master branch in the current OTB develop branch, there is a link problem when building the apps in OTBBioVars module. The cause is a missing variable in app/CMakeLists.txt thus the linker does not know where to find the OTBAppEngine Libraries needed by the modules' apps

Merge request reports