From 837a249f01d843c6ca69dadb968b27afb1b164fc Mon Sep 17 00:00:00 2001 From: Haffon <20966113@qq.com> Date: Thu, 7 Sep 2017 10:39:14 +0800 Subject: [PATCH] set JSON_C_HEADERS full file name --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5958709..3d24caf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,7 @@ set(JSON_C_HEADERS ./math_compat.h ./strdup_compat.h ./strerror_override.h - ./strerror_override_private + ./strerror_override_private.h ./vasprintf_compat.h ./printbuf.h ./random_seed.h -- 2.39.5