Skip to content

Commit

Permalink
Merge branch 'develop' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
RedLeader962 committed Mar 22, 2024
2 parents f90632f + 3af6129 commit 3100fde
Show file tree
Hide file tree
Showing 4 changed files with 3,756 additions and 4 deletions.
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

0 comments on commit 3100fde

Please sign in to comment.