Skip to content

Commit

Permalink
Merge pull request #11111 from dbaston/remove-apps
Browse files Browse the repository at this point in the history
Remove gdalwarpsimple and ogrdissolve
  • Loading branch information
rouault authored Oct 29, 2024
2 parents 1742fdf + c77ea55 commit 5479b45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 1,664 deletions.
2 changes: 0 additions & 2 deletions apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ if (BUILD_APPS)
add_executable(gdaltorture EXCLUDE_FROM_ALL gdaltorture.cpp)
add_executable(gdal2ogr EXCLUDE_FROM_ALL gdal2ogr.c)
add_executable(gdalasyncread EXCLUDE_FROM_ALL gdalasyncread.cpp)
add_executable(gdalwarpsimple EXCLUDE_FROM_ALL gdalwarpsimple.c)
add_executable(multireadtest EXCLUDE_FROM_ALL multireadtest.cpp)
if(NOT MSVC AND CMAKE_THREAD_LIBS_INIT)
target_link_libraries(multireadtest PRIVATE ${CMAKE_THREAD_LIBS_INIT})
Expand All @@ -180,7 +179,6 @@ if (BUILD_APPS)
gdalasyncread
gdaltorture
gdalflattenmask
gdalwarpsimple
multireadtest
test_ogrsf
testreprojmulti)
Expand Down
Loading

0 comments on commit 5479b45

Please sign in to comment.