From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Thu, 18 Apr 2024 11:34:22 +0000 (-0600) Subject: support builds with shapelib (as documented). (#1268) X-Git-Tag: archive/raspbian/1.10.0+ds-2+rpi1~1^2~12^2^2~107 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=386f1ca4419c739d2bebe8cb185d515bfbd37e6b;p=gpsbabel.git support builds with shapelib (as documented). (#1268) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index da33def6b..52cedd50a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -351,7 +351,6 @@ target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS}) # We don't care about stripping things out of the build. Full monty, baby. target_compile_definitions(gpsbabel PRIVATE MAXIMAL_ENABLED) target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED) -target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED) target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED) target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})