Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ include(cmakemodules/script_nanogui.cmake REQUIRED) # Check for nanogui
include(cmakemodules/script_nanoflann.cmake REQUIRED) # Check for nanoflann
include(cmakemodules/script_national_instruments.cmake REQUIRED) # NI C library
include(cmakemodules/script_nite2.cmake REQUIRED) # Check for NITE2 library
include(cmakemodules/script_octomap.cmake REQUIRED) # Check for the octomap library
if(BUILD_mrpt-maps)
include(cmakemodules/script_octomap.cmake REQUIRED) # Check for the octomap library
endif()
include(cmakemodules/script_opencv.cmake REQUIRED) # Check for the OpenCV libraries (via pkg-config, CMake, with different options)
include(cmakemodules/script_openni2.cmake REQUIRED) # Check for the OpenNI2 library
include(cmakemodules/script_pcap.cmake REQUIRED) # Check for the libpcap library
Expand Down
3 changes: 3 additions & 0 deletions doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
\page changelog Change Log

- Bug fixes:
- FIX: Don't require liboctomap-dev when not needed.

# Version 2.15.1: Released Oct 29th, 2025
- Bug fixes:
- FIX: Avoid throw when viewing and describing as text a PCD with an empty field.
Expand Down
Loading