mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 10:52:45 +00:00
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:
@@ -390,7 +390,6 @@ endif()
|
|||||||
|
|
||||||
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|
find_package(Boost REQUIRED COMPONENTS ${BOOST_COMPONENTS})
|
||||||
message(STATUS "Boost include files found in ${Boost_INCLUDE_DIRS}")
|
message(STATUS "Boost include files found in ${Boost_INCLUDE_DIRS}")
|
||||||
message(STATUS "Boost libraries found in ${Boost_LIBRARY_DIRS}")
|
|
||||||
|
|
||||||
if(COLLADA_SUPPORT)
|
if(COLLADA_SUPPORT)
|
||||||
find_package(OpenCOLLADA REQUIRED)
|
find_package(OpenCOLLADA REQUIRED)
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ if(HAS_MAX)
|
|||||||
${IfcOpenShell_BINARY_DIR}
|
${IfcOpenShell_BINARY_DIR}
|
||||||
${OPENCOLLADA_LIBRARY_DIR}
|
${OPENCOLLADA_LIBRARY_DIR}
|
||||||
${ICU_LIBRARY_DIR}
|
${ICU_LIBRARY_DIR}
|
||||||
${Boost_LIBRARY_DIRS}
|
|
||||||
${max_sdk}/lib/x64/Release
|
${max_sdk}/lib/x64/Release
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -57,6 +56,7 @@ if(HAS_MAX)
|
|||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
IfcMax_${max_year}
|
IfcMax_${max_year}
|
||||||
${IFCOPENSHELL_LIBRARIES}
|
${IFCOPENSHELL_LIBRARIES}
|
||||||
|
${Boost_LIBRARIES}
|
||||||
bmm.lib
|
bmm.lib
|
||||||
Comctl32.lib
|
Comctl32.lib
|
||||||
core.lib
|
core.lib
|
||||||
|
|||||||
Reference in New Issue
Block a user