Browse Source
Formatting
Signed-off-by: crueter <crueter@eden-emu.dev>
ext-boost
crueter
3 weeks ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
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() |
|
|
|
|