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 98c6f5d commit 66f32b5Copy full SHA for 66f32b5
flang/unittests/Runtime/CMakeLists.txt
@@ -33,4 +33,7 @@ add_flang_unittest(FlangRuntimeTests
33
target_link_libraries(FlangRuntimeTests
34
PRIVATE
35
FortranRuntime
36
+ stdc++fs
37
)
38
+
39
+set_property(TARGET FlangRuntimeTests PROPERTY CXX_STANDARD 17)
0 commit comments