build: Always bundle CA Cert on Windows

This commit is contained in:
WerWolv 2023-07-15 23:20:09 +02:00
parent d977f1f988
commit 54fba5bf8b
1 changed files with 1 additions and 0 deletions

View File

@ -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 ".")