aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeifa <26681464+TrickyLeifa@users.noreply.github.com>2024-06-24 14:16:16 +0200
committerGitHub <noreply@github.com>2024-06-24 14:16:16 +0200
commitd2b4d5fb2db5cbb4e14ab699334f54b8d3a14c2c (patch)
tree3ba3e131e80e9c9ce1d0a319622f04b7b894e03b
parent1f53d14a48e0dfbf99eec01658ee0f602ec8dfb0 (diff)
Remove APNG fetching
-rw-r--r--CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27881520..ab316440 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -129,17 +129,6 @@ if(AO_BUILD_TESTS)
add_subdirectory(test)
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
LIBRARY_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>
RUNTIME_OUTPUT_DIRECTORY $<1:${CMAKE_CURRENT_LIST_DIR}/bin>)