Skip to content

Commit

Permalink
Merge pull request #446 from maximecharriere/cmake/corrections
Browse files Browse the repository at this point in the history
Add libpointmatcher_INCLUDE_DIR to match with CGAL
  • Loading branch information
pomerlef authored Feb 12, 2021
2 parents e9a832d + b1f8bf0 commit 7255005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libpointmatcherConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ set(libpointmatcher_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(LIBPOINTMATCHER_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(pointmatcher_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(POINTMATCHER_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
set(libpointmatcher_INCLUDE_DIR "@CONF_INCLUDE_DIRS@")

set(libpointmatcher_LIBRARIES "@POINTMATCHER_LIB@;@libnabo_LIBRARIES@;@EXTERNAL_LIBS@;@Boost_LIBRARIES@")
set(LIBPOINTMATCHER_LIBRARIES "@POINTMATCHER_LIB@;@libnabo_LIBRARIES@;@EXTERNAL_LIBS@;@Boost_LIBRARIES@")
Expand Down

0 comments on commit 7255005

Please sign in to comment.