From: gg Date: Tue, 13 Jan 2026 02:32:58 +0000 (-0500) Subject: ZXing CMake check fix X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=7d3432413944f3a465d126fa03c193ef1a95b6cb;p=gamesguru%2Ffeather.git ZXing CMake check fix --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 170ea479..d7727b2d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -307,6 +307,7 @@ endif() if (WITH_SCANNER) include(CheckCXXSourceCompiles) set(CMAKE_REQUIRED_LIBRARIES ${ZXING_LIBRARIES}) + set(CMAKE_REQUIRED_INCLUDES ${ZXING_INCLUDE_DIRS}) check_cxx_source_compiles(" #include