1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-24 13:41:03 +03:00

Remove binary include dir from PRIVATE_INCLUDE_DIRS

Signed-off-by: Sven Fischer <sven@leiderfischer.de>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Sven Fischer
2023-11-28 00:51:23 +01:00
committed by Jakub Jelen
parent 19439fcfd8
commit 12b1fcdfcf

View File

@@ -1,7 +1,6 @@
set(LIBSSH_PUBLIC_INCLUDE_DIRS ${libssh_SOURCE_DIR}/include)
set(LIBSSH_PRIVATE_INCLUDE_DIRS
${libssh_BINARY_DIR}/include
${libssh_BINARY_DIR}
)