From: Benjamin Buch Date: Mon, 30 Oct 2023 18:18:30 +0000 (+0100) Subject: fix cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR X-Git-Tag: 2.1.5~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8770d93a026aef8a020956d8d36d000cbc8f1c2f;p=thirdparty%2Fzlib-ng.git fix cmake header path in install with custom CMAKE_INSTALL_INCLUDEDIR --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 974af49ca..a645ad6e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1075,7 +1075,7 @@ foreach(ZLIB_INSTALL_LIBRARY ${ZLIB_INSTALL_LIBRARIES}) endif() target_include_directories(${ZLIB_INSTALL_LIBRARY} PUBLIC "$" - "$") + "$") endforeach() if(WIN32)