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
296 stars 142 forks source link

Fixed a cmake error when compiling on Windows #247

Closed Wu-Yuxuan closed 4 years ago

Wu-Yuxuan commented 4 years ago

Fixed a simple bug that failed to generate DLL libraries properly on Windows, because OSSIMMAKINGDLL and OSSIM_STATIC were not switched correctly.