FIX SHIT1

This commit is contained in:
lizzie 2026-05-24 02:20:55 +00:00
parent b0991f1f22
commit d7f4c41d65

View file

@ -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()