From c22c6c21cc92c44661343f4184e61512248290d1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Oct 2020 02:09:32 +0300 Subject: cmake: Boost::boost instead of Boost::headers --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef5747e..4ffa5a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ find_package(Boost REQUIRED) add_library(winapi_common INTERFACE) target_include_directories(winapi_common INTERFACE include/) -target_link_libraries(winapi_common INTERFACE Boost::disable_autolinking Boost::headers) +target_link_libraries(winapi_common INTERFACE Boost::disable_autolinking Boost::boost) install(DIRECTORY include/winapi DESTINATION include) -- cgit v1.2.3