From 811acd1a08fb089fa274e2217dfee08fa4e12210 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Tue, 12 Jan 2021 14:11:07 +0100 Subject: [PATCH] cmake: use CMAKE_INSTALL_INCLUDEDIR indirection Reviewed-by: Sergei Nikulov Closes #6440 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index f6c364239..986a74f7f 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}