1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-03 01:56:39 +00:00

Merge branch 'boostsystemfix' into 'master'

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

Closes #8754

See merge request OpenMW/openmw!4964
This commit is contained in:
AnyOldName3 2025-10-27 17:23:31 +00:00
commit f372dc1006
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