<fix>(ci): Fix the problem of MinGW compilation
1. Not compiling libconfig under MinGW
This commit is contained in:
parent
05322c8902
commit
492c9f8585
4
third_party/CMakeLists.txt
vendored
4
third_party/CMakeLists.txt
vendored
@ -211,5 +211,7 @@ if (NOT MINGW)
|
|||||||
add_subdirectory(libarchive)
|
add_subdirectory(libarchive)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
if (NOT MINGW)
|
||||||
# libconfig
|
# libconfig
|
||||||
add_subdirectory(libconfig)
|
add_subdirectory(libconfig)
|
||||||
|
endif ()
|
Loading…
Reference in New Issue
Block a user