Skip to content

Commit 8771c56

Browse files
committed
try remove again
1 parent 9dc41d9 commit 8771c56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/StatusQ/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ FetchContent_Declare(
277277
FetchContent_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
285285
if(${CMAKE_SYSTEM_NAME} MATCHES "iOS")

0 commit comments

Comments
 (0)