Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added orientation descriptor in RigidTransformation and SimilarityTransformation compute functions. #553

Merged
merged 8 commits into from
Feb 28, 2024
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ string(REGEX REPLACE ".*\"(.*)\".*" "\\1" POINTMATCHER_PROJECT_VERSION "${POINTM

# In 3.0+, project(...) should specify VERSION to satisfy CMP0048
cmake_policy(SET CMP0048 NEW)
project(libpointmatcher VERSION ${POINTMATCHER_PROJECT_VERSION})
project(libpointmatcher VERSION ${POINTMATCHER_PROJECT_VERSION}
DESCRIPTION "libpointmatcher is a modular library implementing the Iterative Closest Point (ICP) algorithm for aligning point clouds"
LANGUAGES CXX)

set(CMAKE_DEBUG_POSTFIX "d")

Expand Down
Loading
Loading