mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-28 12:47:04 +02:00
FIX SHIT1
This commit is contained in:
parent
b0991f1f22
commit
d7f4c41d65
1 changed files with 1 additions and 1 deletions
|
|
@ -231,7 +231,7 @@ if(CXX_CLANG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BOOST_NO_HEADERS)
|
if (BOOST_NO_HEADERS)
|
||||||
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool)
|
target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool)
|
||||||
else()
|
else()
|
||||||
target_link_libraries(common PUBLIC Boost::headers)
|
target_link_libraries(common PUBLIC Boost::headers)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue