We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a1054 commit 3c9cb09Copy full SHA for 3c9cb09
1 file changed
circleci/images/stylechecker/Dockerfile
@@ -52,7 +52,7 @@ curl -fsSL "https://codeload.github.com/uncrustify/uncrustify/tar.gz/uncrustify-
52
cd uncrustify-uncrustify-0.68.1/
53
mkdir build
54
cd build
55
-cmake ..
+cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 ..
56
make -j5
57
make install
58
cd ../..
0 commit comments