Skip to content

Commit dfc0658

Browse files
Fix builds with CMake 4 (#125)
1 parent dcae0fe commit dfc0658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/h3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
make:
2-
cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF -DENABLE_LINTING=OFF; make
2+
cd src; cmake . -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF -DENABLE_LINTING=OFF; make
33
install:
44
: # do nothing, we'll load the lib directly
55
clean:

0 commit comments

Comments
 (0)