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 29, 2024
1 parent 51c67ee commit b859878
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 @@ -59,10 +59,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(Eigen3 GDAL grid_map_core grid_map_msgs grid_map_ros t

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 b859878

Please sign in to comment.