Skip to content

Commit 8d72114

Browse files
committed
enhancement(CMake): Link back with stdc++fs for gcc
1 parent 89d703e commit 8d72114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ target_link_libraries(logpp
5656
${LOGPP_LIBS_TOMLPLUSPLUS}
5757

5858
Threads::Threads
59+
$<$<CXX_COMPILER_ID:GNU>:
60+
stdc++fs>
5961
)
6062

6163
set_target_properties(logpp

0 commit comments

Comments
 (0)