TerraME / terrame

TerraME is a programming environment for spatial dynamical modelling
www.terrame.org
GNU Lesser General Public License v3.0
35 stars 13 forks source link

Problem with boost windows compilation #2290

Closed avancinirodrigo closed 5 years ago

avancinirodrigo commented 5 years ago

Something change after last terralib updating, it seems related to boost configuration on cmake. Also, it seems related to boost library names like libboost_log-vc141-mt-s-1_65.lib. TerraME uses short names without versions like boost_log-mt.lib. Verify add_definitions(-DBOOST_ALL_NO_LIB) cmake configuration.