Browse Source

Formatting

Signed-off-by: crueter <crueter@eden-emu.dev>
ext-boost
crueter 3 weeks ago
parent
commit
b79f2d0d1c
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 2
      src/common/CMakeLists.txt

2
src/common/CMakeLists.txt

@ -228,7 +228,7 @@ if(CXX_CLANG)
endif()
if (BOOST_NO_HEADERS)
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool Boost::heap)
target_link_libraries(common PUBLIC Boost::algorithm Boost::heap Boost::icl Boost::pool)
else()
target_link_libraries(common PUBLIC Boost::headers)
endif()

Loading…
Cancel
Save