Skip to content

Commit

Permalink
FIX: Missing cmake dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Nov 28, 2023
1 parent 3461796 commit e07ab2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/source/doxygen-docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- Use nanoflann RKNN search in mrpt::maps::CPointsMap::nn_radius_search()
- \ref mrpt_math_grp
- mrpt::math::KDTreeCapable: Add optional argument maximumSearchDistanceSqr in many API methods to exploit the new nanoflann RKNN search method.
- BUG FIXES:
- Fix missing Threads::Threads downstream due to missing `find_dependency(Threads)` in MRPT cmake config files.


# Version 2.11.3: Released Nov 21st, 2023
Expand Down
1 change: 1 addition & 0 deletions libs/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ define_mrpt_lib(
# Lib name
core
# Dependencies
Threads # invoke find_dependency(Threads) in "*-config.cmake"
)

if(BUILD_mrpt-core)
Expand Down

0 comments on commit e07ab2d

Please sign in to comment.