Skip to content

Commit

Permalink
Fixed error in CMakeLists.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpierredeschenes committed Aug 15, 2020
1 parent 9f4d0c9 commit 9476203
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ if (pybind11_FOUND)

pybind11_add_module(pypointmatcher ${PYBIND11_SOURCES})

set_target_properties(pypointmatcher PROPERTIES LINKER_LANGUAGE CXX)

target_link_libraries(pypointmatcher
PRIVATE
pointmatcher
Expand All @@ -114,4 +116,5 @@ if (pybind11_FOUND)
else ()
message(FATAL_ERROR "pybind11 version required! Please follow the \"Compiling \
libpointmatcher's with Python\" instructions from the official libpointmatcher's documentation.")
endif ()
endif ()

0 comments on commit 9476203

Please sign in to comment.