alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

Multiple compilers #103

Closed florianjacob closed 6 years ago

florianjacob commented 7 years ago

originally from #96

florianjacob commented 6 years ago

Hopefully I rebased correctly, but well, CI says it works and as it now covers clang, gcc & Windows, it should be allright… :laughing:

Scheirle commented 6 years ago

... as it now covers clang, gcc & Windows

Hm, you merged d0f092c - "[travis] disable clang".

Commit 86edb18 - "Fixed boost static library problem" introduces duplicated code.

  1. Line 19-21 are already covered by Line 24-29
  2. Line 87 duplicate of Line 100
  3. Line 86 should not be needed as it does the same as Line 87/100.
florianjacob commented 6 years ago

I have no idea what I'm doing Should not try resolving conflicts in cmake files by myself anymore…