From 492c9f85852c71b429f9f82a09dfce81beca7c95 Mon Sep 17 00:00:00 2001 From: Saturneric Date: Sat, 12 Mar 2022 20:21:39 +0800 Subject: (ci): Fix the problem of MinGW compilation 1. Not compiling libconfig under MinGW --- third_party/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index 618cbaa1..0df99211 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -211,5 +211,7 @@ if (NOT MINGW) add_subdirectory(libarchive) endif () +if (NOT MINGW) # libconfig -add_subdirectory(libconfig) \ No newline at end of file +add_subdirectory(libconfig) +endif () \ No newline at end of file -- cgit v1.2.3