mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
cmake: Windows: Remove OpenSSL dependency.
This commit is contained in:
parent
baae3c7641
commit
e7dd0630a0
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue