Skip to content

Commit

Permalink
Use generic names for plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 8, 2019
1 parent 3b8e723 commit 82402cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/python/filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PDAL_ADD_PLUGIN(python_libname filter python
SYSTEM_INCLUDES
${PYTHON_ALL_INCLUDE_DIRS}
)
target_compile_definitions(pdal_plugin_filter_python PRIVATE
target_compile_definitions(${python_libname} PRIVATE
PDAL_PYTHON_LIBRARY="${PYTHON_LIBRARY}")

if (WITH_TESTS)
Expand Down
2 changes: 1 addition & 1 deletion plugins/python/io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PDAL_ADD_PLUGIN(numpy_reader reader numpy
SYSTEM_INCLUDES
${PYTHON_ALL_INCLUDE_DIRS}
)
target_compile_definitions(pdal_plugin_reader_numpy PRIVATE
target_compile_definitions(${numpy_reader} PRIVATE
PDAL_PYTHON_LIBRARY="${PYTHON_LIBRARY}")

# Install headers so Python extension
Expand Down

0 comments on commit 82402cf

Please sign in to comment.