# A path to binary dir is hardcoded.
# tinydtls is never used because openssl is forced.
# Just remove the wrong line.
--- v4.3.5-4285a765ed.clean/CMakeLists.old.txt 2024-09-06 12:13:56.000000000 +0200
+++ v4.3.5-4285a765ed.clean/CMakeLists.txt 2025-11-03 13:22:08.834295900 +0100
@@ -808,7 +808,7 @@ target_include_directories(
$
$
$
- $<$,$>:${CMAKE_BINARY_DIR}/include/tinydtls>
+# $<$,$>:${CMAKE_BINARY_DIR}/include/tinydtls>
$<$:${GNUTLS_INCLUDE_DIR}>
$<$:${MBEDTLS_INCLUDE_DIRS}>
$<$:${WOLFSSL_INCLUDE_DIR}>)