Skip to content

Commit b859878

Browse files
committed
Remove vsicurl
* Will add in different PR Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
1 parent 51c67ee commit b859878

File tree

2 files changed

+1
-45
lines changed

2 files changed

+1
-45
lines changed

CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ target_link_libraries(map_publisher PUBLIC
5959
${PROJECT_NAME}
6060
)
6161

62-
add_executable(vsicurl_local_cache
63-
src/gdal_vsicurl_local_cache.cpp
64-
)
65-
6662
# Install
6763
install(
6864
DIRECTORY include/
@@ -85,7 +81,7 @@ ament_export_dependencies(Eigen3 GDAL grid_map_core grid_map_msgs grid_map_ros t
8581

8682
install(
8783
TARGETS
88-
map_publisher vsicurl_local_cache
84+
map_publisher
8985
DESTINATION lib/${PROJECT_NAME}
9086
)
9187

src/gdal_vsicurl_local_cache.cpp

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)