Skip to content

Commit ee25041

Browse files
authored
Merge pull request #233801 from Homebrew/json_spirit-cmake
json_spirit: add workaround for CMake 4
2 parents a10423b + 24f4a20 commit ee25041

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Formula/j/json_spirit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class JsonSpirit < Formula
3636
def install
3737
args = %w[
3838
-DCMAKE_CXX_STANDARD=14
39+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
3940
-DJSON_SPIRIT_DEMOS=OFF
4041
-DJSON_SPIRIT_TESTS=OFF
4142
]

0 commit comments

Comments
 (0)