mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 12:35:46 +00:00
Zlib only for Win32
This commit is contained in:
parent
d73165a80c
commit
b30d2bab57
@ -296,9 +296,9 @@ if(QT_STATIC)
|
||||
endif()
|
||||
|
||||
|
||||
set(BOOST_COMPONENTS system filesystem program_options iostreams zlib)
|
||||
set(BOOST_COMPONENTS system filesystem program_options iostreams)
|
||||
if(WIN32)
|
||||
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} locale)
|
||||
set(BOOST_COMPONENTS ${BOOST_COMPONENTS} locale zlib)
|
||||
endif(WIN32)
|
||||
|
||||
IF(BOOST_STATIC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user