cmake: Windows: Remove OpenSSL dependency.

This commit is contained in:
Tom Dewey 2024-07-31 13:34:53 +01:00 committed by Tom Dewey
parent baae3c7641
commit e7dd0630a0

View file

@ -299,8 +299,6 @@ if (WIN32)
# Target Windows 10, in line with Qt requirements
add_definitions(-DWINVER=0x0A00 -D_WIN32_WINNT=0x0A00 -DNTDDI_VERION=0x0A000000)
find_package(OpenSSL REQUIRED)
# Bundled fat32format
add_subdirectory(dependencies/fat32format)
add_dependencies(${PROJECT_NAME} fat32format)