Skip to content

Commit 67a164a

Browse files
committed
libformfactor: update test
1 parent addef88 commit 67a164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/lib/libformfactor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def install
7171
}
7272
CPP
7373

74-
system ENV.cxx, "-std=c++17", "fftest.cpp", "-I#{include}", "-L#{lib}", "-lformfactor", "-o", "fftest"
74+
system ENV.cxx, "-std=c++20", "fftest.cpp", "-I#{include}", "-L#{lib}", "-lformfactor", "-o", "fftest"
7575
system "./fftest"
7676
end
7777
end

0 commit comments

Comments
 (0)