Skip to content

Commit 66f32b5

Browse files
committed
Link std::filesystem
(Hopefully) this will fix two buildbot failures: - https://lab.llvm.org/buildbot/#/builders/285/builds/245 - https://lab.llvm.org/buildbot/#/builders/21/builds/96988
1 parent 98c6f5d commit 66f32b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flang/unittests/Runtime/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ add_flang_unittest(FlangRuntimeTests
3333
target_link_libraries(FlangRuntimeTests
3434
PRIVATE
3535
FortranRuntime
36+
stdc++fs
3637
)
38+
39+
set_property(TARGET FlangRuntimeTests PROPERTY CXX_STANDARD 17)

0 commit comments

Comments
 (0)