FindBoost difference between Boost_INCLUDE_DIR and Boost_INCLUDE_DIRS

It’s a typical pattern that things directly found are singular while aggregates which may include dependencies is plural. Since config.cmake files don’t need to actually search for anything, the singular variants tend to not exist and only the plural versions are “end results” of the find_package call. There are some older modules which have not migrated to this usage pattern however.