File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ FetchContent_Declare(
277277FetchContent_MakeAvailable(MobileUI)
278278
279279# ZXing configuration - use static library for all platforms for consistent linking
280- set (ZXING_SHARED_LIBRARY OFF CACHE BOOL "Build ZXing as static library" FORCE)
281- set (ZXING_BUILD_TESTS OFF CACHE BOOL "Disable ZXing tests" FORCE)
282- set (ZXING_BUILD_EXAMPLES OFF CACHE BOOL "Disable ZXing examples" FORCE)
280+ # set(ZXING_SHARED_LIBRARY OFF CACHE BOOL "Build ZXing as static library" FORCE)
281+ # set(ZXING_BUILD_TESTS OFF CACHE BOOL "Disable ZXing tests" FORCE)
282+ # set(ZXING_BUILD_EXAMPLES OFF CACHE BOOL "Disable ZXing examples" FORCE)
283283
284284# iOS-specific configuration for SCodes and its ZXing dependency
285285if (${CMAKE_SYSTEM_NAME} MATCHES "iOS" )
You can’t perform that action at this time.
0 commit comments