We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent addef88 commit 67a164aCopy full SHA for 67a164a
Formula/lib/libformfactor.rb
@@ -71,7 +71,7 @@ def install
71
}
72
CPP
73
74
- system ENV.cxx, "-std=c++17", "fftest.cpp", "-I#{include}", "-L#{lib}", "-lformfactor", "-o", "fftest"
+ system ENV.cxx, "-std=c++20", "fftest.cpp", "-I#{include}", "-L#{lib}", "-lformfactor", "-o", "fftest"
75
system "./fftest"
76
end
77
0 commit comments