From 54f67d93acc1445774daf545f71beb4da739d686 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 7 Jan 2020 21:31:35 +0300 Subject: AppVeyor: build cmake/examples/boost --- cmake/examples/boost/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') diff --git a/cmake/examples/boost/CMakeLists.txt b/cmake/examples/boost/CMakeLists.txt index 87fcc4e..b73fcee 100644 --- a/cmake/examples/boost/CMakeLists.txt +++ b/cmake/examples/boost/CMakeLists.txt @@ -6,6 +6,6 @@ include(../../common.cmake) find_package(Boost REQUIRED COMPONENTS filesystem) add_executable(foo foo.cpp) -target_link_libraries(foo PRIVATE Boost::filesystem) +target_link_libraries(foo PRIVATE Boost::disable_autolinking Boost::filesystem) install(TARGETS foo RUNTIME DESTINATION bin) -- cgit v1.2.3