Skip to content

Commit

Permalink
Remove test build changes for python.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 29, 2019
1 parent 795301e commit 9ff21d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/python/filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PDAL_ADD_PLUGIN(python_libname filter python
${PLANG}
PythonFilter.cpp
LINK_WITH
${PYTHON_LIBRARY}
${CMAKE_DL_LIBS}
INCLUDES
${NLOHMANN_INCLUDE_DIR}
Expand All @@ -16,7 +17,6 @@ PDAL_ADD_PLUGIN(python_libname filter python
)
target_compile_definitions(${python_libname} PRIVATE
PDAL_PYTHON_LIBRARY="${PYTHON_LIBRARY}")
target_link_options(${python_libname} PRIVATE "-Wl,-undefined" "-Wl,dynamic_lookup")

if (WITH_TESTS)
PDAL_ADD_TEST(pdal_filters_python_test
Expand Down

0 comments on commit 9ff21d1

Please sign in to comment.