Skip to content

Commit dd07c44

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

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
@@ -61,10 +61,6 @@ target_link_libraries(map_publisher PUBLIC
6161
${PROJECT_NAME}
6262
)
6363

64-
add_executable(vsicurl_local_cache
65-
src/gdal_vsicurl_local_cache.cpp
66-
)
67-
6864
# Install
6965
install(
7066
DIRECTORY include/
@@ -85,7 +81,7 @@ ament_export_dependencies(GDAL)
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)