Skip to content

Commit

Permalink
Remove vsicurl
Browse files Browse the repository at this point in the history
* Will add in different PR

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 25, 2024
1 parent 58261e1 commit dd07c44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
6 changes: 1 addition & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ target_link_libraries(map_publisher PUBLIC
${PROJECT_NAME}
)

add_executable(vsicurl_local_cache
src/gdal_vsicurl_local_cache.cpp
)

# Install
install(
DIRECTORY include/
Expand All @@ -85,7 +81,7 @@ ament_export_dependencies(GDAL)

install(
TARGETS
map_publisher vsicurl_local_cache
map_publisher
DESTINATION lib/${PROJECT_NAME}
)

Expand Down
40 changes: 0 additions & 40 deletions src/gdal_vsicurl_local_cache.cpp

This file was deleted.

0 comments on commit dd07c44

Please sign in to comment.