From 543557c733a9a362cff86abd3085ace1396a3637 Mon Sep 17 00:00:00 2001 From: "Maarten L. Hekkelman" Date: Tue, 16 Apr 2024 12:02:27 +0200 Subject: [PATCH] Add missing include dir --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2ad048..a3e9402 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -231,7 +231,7 @@ if(ZEEP_BUILD_LIBRARY) target_include_directories(zeep PUBLIC - "$" + "$" "$" )