Skip to content

Commit

Permalink
Fix filter name.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 30, 2019
1 parent 1b223c0 commit 780ecad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,9 @@ if (NOT PDAL_HAVE_LAZPERF)
list(REMOVE_ITEM SRCS ${LAZPERF_SRCS})
endif()
if (NOT GDAL_3)
file(GLOB COORDOP_FILTER_SRCS
${PDAL_FILTERS_DIR}/CoordOperationFilter.cpp)
list(REMOVE_ITEM SRCS ${COORDOP_FILTER_SRCS})
file(GLOB PROJPIPELINE_FILTER_SRCS
${PDAL_FILTERS_DIR}/ProjPipelineFilter.cpp)
list(REMOVE_ITEM SRCS ${PROJPIPELINE_FILTER_SRCS})
endif()
PDAL_ADD_LIBRARY(${PDAL_BASE_LIB_NAME} ${SRCS} ${RPLY_SRCS})

Expand Down

0 comments on commit 780ecad

Please sign in to comment.