From 6cce85b3a34a4a27d678abf0b4c005a38afd1738 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 17 Oct 2020 18:38:17 +0300 Subject: cmake: no more target_include_directories hacks --- server/common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/common/CMakeLists.txt') diff --git a/server/common/CMakeLists.txt b/server/common/CMakeLists.txt index 284003f..f3d6605 100644 --- a/server/common/CMakeLists.txt +++ b/server/common/CMakeLists.txt @@ -1,5 +1,5 @@ add_library(common INTERFACE) -target_include_directories(common INTERFACE .) +target_include_directories(common INTERFACE ..) find_package(Boost REQUIRED) target_link_libraries(common INTERFACE Boost::boost) -- cgit v1.2.3