|
|
|
@ -252,14 +252,13 @@ if(CXX_CLANG) |
|
|
|
endif() |
|
|
|
|
|
|
|
if (BOOST_NO_HEADERS) |
|
|
|
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool) |
|
|
|
if (NOT MINGW) |
|
|
|
target_link_libraries(common PRIVATE Boost::filesystem) |
|
|
|
endif() |
|
|
|
target_link_libraries(common PUBLIC Boost::algorithm Boost::icl Boost::pool Boost::filesystem) |
|
|
|
else() |
|
|
|
target_link_libraries(common PUBLIC Boost::headers) |
|
|
|
endif() |
|
|
|
|
|
|
|
target_link_libraries(common PUBLIC Boost::filesystem) |
|
|
|
|
|
|
|
if (lz4_ADDED) |
|
|
|
target_include_directories(common PRIVATE ${lz4_SOURCE_DIR}/lib) |
|
|
|
endif() |
|
|
|
|