Update CMakeLists.txt

This commit is contained in:
cmclark00 2024-08-14 18:49:15 -04:00 committed by GitHub
parent 8ccf722ec4
commit 816d3eb323
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,6 @@ if (WIN32)
set(LibArchive_LIBRARIES archive_static)
set(LibArchive_INCLUDE_DIR dependencies/libarchive-3.6.2/libarchive)
target_link_libraries(rpi-imager Qt5::Core Qt5::Gui Qt5::Quick)
# Bundled fat32format
add_subdirectory(dependencies/fat32format)