diff --git a/third_party/CMakeLists.txt b/third_party/CMakeLists.txt index f9e3f00008..4a82bff5e2 100644 --- a/third_party/CMakeLists.txt +++ b/third_party/CMakeLists.txt @@ -115,6 +115,7 @@ add_subdirectory(json11) set(ENABLE_TEST OFF CACHE BOOL "Enable unit and regression tests") set(ENABLE_COVERAGE OFF CACHE BOOL "Enable code coverage (GCC only, automatically sets ENABLE_TEST to ON)") set(ENABLE_LZMA OFF CACHE BOOL "Enable the use of the system LZMA library if found") +set(ENABLE_CNG OFF CACHE BOOL "Enable the use of CNG(Crypto Next Generation)") add_subdirectory(libarchive) target_include_directories(archive_static INTERFACE $)