From f8215f80abe3b3b037d037f891f5f94aad68b440 Mon Sep 17 00:00:00 2001 From: Sergei Nikulov Date: Fri, 7 Sep 2018 16:45:11 +0300 Subject: cmake: fixed path used in generation of docs/tests during curl build through add_subdicectory(...) --- lib/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index bd6d42707..be6f7a249 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -105,7 +105,8 @@ if(WIN32) endif() target_include_directories(${LIB_NAME} INTERFACE - $) + $ + $) install(TARGETS ${LIB_NAME} EXPORT libcurl-target -- cgit v1.2.3