Skip to content

Commit e40acc6

Browse files
authored
fix build with a hack (#33)
1 parent b97702c commit e40acc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

citron-appimage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ fi
7272
-DCMAKE_CXX_FLAGS="$ARCH_FLAGS -Wno-error -w" \
7373
-DCMAKE_C_FLAGS="$ARCH_FLAGS" \
7474
-DCMAKE_SYSTEM_PROCESSOR="$(uname -m)" \
75-
-DCMAKE_BUILD_TYPE=Release
75+
-DCMAKE_BUILD_TYPE=Release \
76+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
7677
ninja
7778
sudo ninja install
7879
echo "$VERSION" >~/version

0 commit comments

Comments
 (0)