mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 13:16:45 +02:00
13 lines
292 B
Diff
13 lines
292 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -51,9 +51,9 @@
|
|
|
|
find_package(ZLIB REQUIRED)
|
|
|
|
-# find_package(Intl REQUIRED)
|
|
+find_package(Intl REQUIRED)
|
|
find_package(QUAZIP REQUIRED)
|
|
#find_package(QuaZip-Qt5 REQUIRED)
|
|
|
|
if(CLICK_MODE)
|
|
# Find out the architecture for package building
|