We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968d8cf commit 52eca1eCopy full SHA for 52eca1e
Makefile
@@ -45,6 +45,11 @@ INSTALLER:=
45
ifdef OSX_DEPLOYMENT_TARGET
46
CMAKE_DEFINES:=$(CMAKE_DEFINES) -DCMAKE_OSX_DEPLOYMENT_TARGET=$(OSX_DEPLOYMENT_TARGET)
47
endif
48
+
49
+# Temporary bodge. Homebrew supplies CMake 4.1.1., and therefore the
50
+# GitHub CI runners use that.
51
+CMAKE_DEFINES:=$(CMAKE_DEFINES) -DCMAKE_POLICY_VERSION_MINIMUM=3.5
52
53
# version number roulette.
54
CLANG_FORMAT:=clang-format-mp-19
55
0 commit comments