From ed0e0456f0586e54e6da62e88a41dadf66a82601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20Usta?= Date: Sat, 26 Jun 2021 19:05:05 +0000 Subject: [PATCH] Remove broken include_directories() call for Booet include_directories() does not take a target name, instead cmake will get the include directories from the target when using the target in the libraries link interfaces of other targets GIT_SILENT --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0eb4c6..433e039 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,8 +87,6 @@ add_definitions( ) add_definitions(-DTRANSLATION_DOMAIN="libktorrent5") -include_directories(Boost::boost) - #XFS prealloc check_include_files(xfs/xfs.h HAVE_XFS_XFS_H) if(HAVE_XFS_XFS_H) -- GitLab