protomaps / OSMExpress

Fast database file format for OpenStreetMap
BSD 2-Clause "Simplified" License
229 stars 19 forks source link

Add static library target #32

Closed nside closed 3 years ago

nside commented 3 years ago

good call! I tried that but it was conflicting with the previous executable target

nside commented 3 years ago
CMake Error at CMakeLists.txt:61 (add_library):
  add_library cannot create target "osmx" because another target with the
  same name already exists.  The existing target is an executable created in
  source directory "/Users/dlaprise/src/OSMExpress".  See documentation for
  policy CMP0002 for more details.

CMake Error at CMakeLists.txt:62 (set_property):
  set_property could not find TARGET osmx-static.  Perhaps it has not yet
  been created.

-- Configuring incomplete, errors occurred!
bdon commented 3 years ago

Seems fine then, thank you!