1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-09 12:26:39 +00:00

Don't link to stub Boost.System library (#8754)

Closes #8754

See merge request OpenMW/openmw!4964

(cherry-picked from f372dc1006)
This commit is contained in:
AnyOldName3 2025-10-27 17:23:31 +00:00 committed by Alexei Kotov
parent 62724e8979
commit ceee1f00f9
2 changed files with 1 additions and 2 deletions

View file

@ -452,7 +452,7 @@ if(HAVE_MULTIVIEW)
add_definitions(-DOSG_HAS_MULTIVIEW)
endif(HAVE_MULTIVIEW)
set(BOOST_COMPONENTS iostreams program_options system)
set(BOOST_COMPONENTS iostreams program_options)
find_package(Boost 1.70.0 CONFIG REQUIRED COMPONENTS ${BOOST_COMPONENTS} OPTIONAL_COMPONENTS ${BOOST_OPTIONAL_COMPONENTS})

View file

@ -592,7 +592,6 @@ target_link_libraries(components
${OSG_LIBRARIES}
${OPENTHREADS_LIBRARIES}
Boost::system
Boost::program_options
Boost::iostreams