Skip to content

Commit a070d14

Browse files
authored
Merge pull request #127 from garbear/fix-lzo2
Fix lzo2 build with CMake 4.x
2 parents cd91444 + 38fa113 commit a070d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/common/lzo2/flags.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-DBUILD_SHARED_LIBS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1
1+
-DBUILD_SHARED_LIBS=0 -DCMAKE_POSITION_INDEPENDENT_CODE=1 -DCMAKE_POLICY_VERSION_MINIMUM=3.5

0 commit comments

Comments
 (0)