cmake: remove mention of Boost_LIBRARY_DIRS

Only used by ifcmax, which is mostly dead and can use `Boost_LIBRARIES`.
This commit is contained in:
Andrej730
2026-09-15 16:29:56 +05:00
parent 7180d93247
commit 5aed48834b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -390,7 +390,6 @@ endif()
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
message(STATUS "Boost include files found in ${Boost_INCLUDE_DIRS}")
message(STATUS "Boost libraries found in ${Boost_LIBRARY_DIRS}")
if(COLLADA_SUPPORT)
find_package(OpenCOLLADA REQUIRED)