mirror of https://github.com/WerWolv/ImHex.git
build: Always bundle CA Cert on Windows
This commit is contained in:
parent
d977f1f988
commit
54fba5bf8b
|
@ -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 ".")
|
||||
|
|
Loading…
Reference in New Issue