[Tile-serving] [openstreetmap/osm2pgsql] Declaring C++ version in CMake config (#1010)
Jochen Topf
notifications at github.com
Thu Aug 6 12:49:07 UTC 2020
It looks like what we want is `target_compile_features(osm2pgsql PUBLIC cxx_std_11)`, but the `cxx_std_11` feature is only available from CMake 3.8 and we still support older versions of CMake. It's not worth it to complicate our CMake config for this doing extra checks or so.
So lets shelve this and revisit in a year or so.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/1010#issuecomment-669906311
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200806/06334410/attachment.htm>
More information about the Tile-serving
mailing list