From 22f410296118f6910e1af766b90ee0b243aa95d9 Mon Sep 17 00:00:00 2001 From: bergmann Date: Sat, 14 Sep 2019 15:43:29 +0200 Subject: [PATCH] * Fixed typo in cmake script --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6039ed6..d175483 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,7 +16,7 @@ Add_Library ( cppmicrohttpd-test-helper STATIC ${SOURCE_FILES} ) Target_Include_Directories ( cppmicrohttpd-test-helper PUBLIC $ - $ ) + $ ) Target_Include_Directories ( cppmicrohttpd-test-helper SYSTEM PUBLIC ${MICROHTTPD_INCLUDE_DIRS} )