diff options
-rw-r--r-- | third_party/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |