build(homebrew): explicitly set cxx standard (#3797)
This commit is contained in:
parent
b43a9b8efb
commit
57b5b296da
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ class @PROJECT_NAME@ < Formula
|
|||
|
||||
args = %W[
|
||||
-DBUILD_WERROR=ON
|
||||
-DCMAKE_CXX_STANDARD=20
|
||||
-DCMAKE_INSTALL_PREFIX=#{prefix}
|
||||
-DHOMEBREW_ALLOW_FETCHCONTENT=ON
|
||||
-DOPENSSL_ROOT_DIR=#{Formula["openssl"].opt_prefix}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue