Skip to content

Commit

Permalink
FileArb/CMakeLists.txt: Remove 'target_link_libraries(FileArb stdc++fs)'
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jan 15, 2025
1 parent d18584e commit e7804b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FileArb/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ if(UNIX)
endif()

if(UNIX)
target_link_libraries(FileArb stdc++fs)
if(LCovCodeCoverageMode)
target_link_libraries(FileArb CodeCovLibraryInterface)
endif()
Expand Down

0 comments on commit e7804b3

Please sign in to comment.