From cc07f82933f31b4a8dd296d828c2106289f956af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Sun, 12 Nov 2023 19:12:59 +0100 Subject: [PATCH] Revert "Update CMakeLists.txt" This reverts commit a0103b133f20da54651224823d57262657ddb748. --- src/app/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index 0d3d2b524..8e43d2226 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -522,8 +522,6 @@ if(${USE_SKIA_SYSTEM_LIBS}) ${ICU_LIBRARIES} ${HARFBUZZ_LIBRARIES} ) -else() - target_link_libraries(${PROJECT_NAME} PRIVATE sharpyuv) endif() if(APPLE)