From: Gregor Jasny Date: Tue, 12 Jan 2021 13:11:07 +0000 (+0100) Subject: cmake: use CMAKE_INSTALL_INCLUDEDIR indirection X-Git-Tag: curl-7_76_0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=811acd1a08fb089fa274e2217dfee08fa4e12210;p=thirdparty%2Fcurl.git cmake: use CMAKE_INSTALL_INCLUDEDIR indirection Reviewed-by: Sergei Nikulov Closes #6440 --- diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index f6c3642399..986a74f7f6 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -126,7 +126,7 @@ if(WIN32) endif() target_include_directories(${LIB_NAME} INTERFACE - $ + $ $) install(TARGETS ${LIB_NAME}