Skip to content

Commit

Permalink
Writer, not reader.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 8, 2018
1 parent d813327 commit 2dfb274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/nitf/CMakeLists.txt
Expand Up @@ -17,7 +17,6 @@ PDAL_ADD_PLUGIN(reader_libname reader nitf
io/NitfReader.cpp
LINK_WITH
${NITRO_LIBRARIES}
${GDAL_LIBRARY}
)
target_include_directories(${reader_libname} PRIVATE
${PDAL_VENDOR_DIR}/pdalboost
Expand All @@ -36,6 +35,7 @@ PDAL_ADD_PLUGIN(writer_libname writer nitf
io/tre_plugins.cpp
LINK_WITH
${NITRO_LIBRARIES}
${GDAL_LIBRARY}
)
target_include_directories(${writer_libname} PRIVATE
${PDAL_VENDOR_DIR}/pdalboost
Expand Down

0 comments on commit 2dfb274

Please sign in to comment.