Remove APNG fetching

This commit is contained in:
Leifa 2024-06-24 14:16:16 +02:00 committed by GitHub
parent 1f53d14a48
commit d2b4d5fb2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,17 +129,6 @@ if(AO_BUILD_TESTS)
add_subdirectory(test) add_subdirectory(test)
endif() endif()
if (AO_BUILD_QTAPNG_IMAGEPLUGIN)
include(FetchContent)
FetchContent_Declare(
QtApng
GIT_REPOSITORY https://github.com/jurplel/QtApng.git
GIT_TAG master
SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/lib/QtApng
)
FetchContent_MakeAvailable(QtApng)
endif()
set_target_properties(Attorney_Online PROPERTIES set_target_properties(Attorney_Online PROPERTIES
LIBRARY_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin> LIBRARY_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>
RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>) RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>)