Skip to content

Commit

Permalink
Bump libpointmatcher version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed Jun 28, 2024
1 parent 6b3f01b commit 398a9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_CXX_FLAGS_RELEASE "-O4 -DNDEBUG")
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g -DDEBUG")

message(STATUS "Looking for libpointmatcher on system...")
find_package(libpointmatcher CONFIG 1.4.2 REQUIRED)
find_package(libpointmatcher CONFIG 1.4.3 REQUIRED)
set(EXTERNAL_INCLUDE_DIRS ${EXTERNAL_INCLUDE_DIRS} ${libpointmatcher_INCLUDE_DIRS})
set(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${libpointmatcher_LIBRARIES})

Expand Down

0 comments on commit 398a9b2

Please sign in to comment.