diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b1f957..88c178f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,10 +36,10 @@ if(Boost_FOUND) target_link_libraries(boost_threadpool INTERFACE ${Boost_LIBRARIES}) else() target_link_libraries(boost_threadpool INTERFACE - boost::thread - boost::type_traits - boost::function - boost::bind + Boost::thread + Boost::type_traits + Boost::function + Boost::bind ) endif()