Skip to content

Commit

Permalink
Make freetype_DIR cmake var advanced when PCL is used
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 18, 2025
1 parent 79c96c3 commit 2f584a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/PCLTools.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ macro(vp_find_pcl pcl_libraries pcl_deps_include_dirs pcl_deps_libraries)

mark_as_advanced(ENSENSO_INCLUDE_DIR ENSENSO_LIBRARY)

mark_as_advanced(freetype_DIR)

mark_as_advanced(flann_DIR)
mark_as_advanced(FLANN_INCLUDE_DIR)
mark_as_advanced(FLANN_INCLUDE_DIRS)
Expand Down

0 comments on commit 2f584a4

Please sign in to comment.