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 6b909ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ set(PYBIND11_SOURCES
pointmatcher/impls/transformationcheckers_impl.cpp
pointmatcher/impl.cpp
pointmatcher/inspector.cpp
pointmatcher/io.cpp
pointmatcher/matcher.cpp
pointmatcher/matches.cpp
pointmatcher/outlierfilter.cpp
Expand Down Expand Up @@ -114,4 +113,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 6b909ea

Please sign in to comment.