Skip to content

Commit 4891407

Browse files
authored
Merge pull request #84 from gitx/cmakeMinVersion
cmake min version
2 parents d475986 + d151067 commit 4891407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/update_libgit2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ cmake -DBUILD_SHARED_LIBS:BOOL=OFF \
3131
-DLIBSSH2_INCLUDE_DIRS:PATH=$ARCH_PREFIX/include/ \
3232
-DBUILD_CLAR:BOOL=OFF \
3333
-DTHREADSAFE:BOOL=ON \
34+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
3435
..
3536
cmake --build .
3637

0 commit comments

Comments
 (0)