From 5e85dad00e6ac0cc8bf090c6869ee71d04891d3e Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sat, 13 Sep 2025 04:16:43 +0000 Subject: [PATCH] update CMakeLists.txt --- CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d204f6..1525dd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,12 +99,12 @@ pkg_check_modules(PUGIXML REQUIRED IMPORTED_TARGET pugixml) pkg_check_modules(USB REQUIRED IMPORTED_TARGET libusb-1.0) pkg_check_modules(PLIST REQUIRED IMPORTED_TARGET libplist-2.0) # Use system plist library instead of manually built one - exclude /usr/local/lib -find_library(PLIST_LIBRARY - NAMES plist-2.0 - PATHS /usr/lib - NO_DEFAULT_PATH - REQUIRED -) +# find_library(PLIST_LIBRARY +# NAMES plist-2.0 +# PATHS /usr/lib +# NO_DEFAULT_PATH +# REQUIRED +# ) # set(PROJECT_SOURCES # src/*.cpp