From 54fba5bf8b523349e7cfd976216603298aad466b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 15 Jul 2023 23:20:09 +0200 Subject: [PATCH] build: Always bundle CA Cert on Windows --- cmake/build_helpers.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/build_helpers.cmake b/cmake/build_helpers.cmake index 4c84fe0d6..76225fd30 100644 --- a/cmake/build_helpers.cmake +++ b/cmake/build_helpers.cmake @@ -47,6 +47,7 @@ macro(detectOS) set(CMAKE_INSTALL_BINDIR ".") set(CMAKE_INSTALL_LIBDIR ".") set(PLUGINS_INSTALL_LOCATION "plugins") + set(IMHEX_USE_BUNDLED_CA ON) elseif (APPLE) add_compile_definitions(OS_MACOS) set(CMAKE_INSTALL_BINDIR ".")