ossimlabs / ossim

Core OSSIM (Open Source Software Image Map) package including C++ code for OSSIM library, command-line applications, tests, and build system
MIT License
297 stars 142 forks source link

Apps cannot be built along with the library anymore #114

Closed sebastic closed 7 years ago

sebastic commented 7 years ago

Since DaytonaBeach-2.0.0 the apps cannot be built alongside the library anymore, the library must already be installed. This build dependency on oneself was not present in 1.x.

The apps should build using the library built as part of the same build (as well), instead of requiring the already built library.