Skip to content

Commit

Permalink
Merge pull request #3966 from sebinho/master
Browse files Browse the repository at this point in the history
Fix issue with linking dependency of -lstdc++fs when using flatpak
  • Loading branch information
alaindargelas committed May 14, 2024
2 parents 2c4aba0 + b6653ba commit 97e3ae6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -655,10 +655,6 @@ if (UNIX)
endif()

if (CMAKE_SYSTEM_NAME MATCHES "Linux")
if(NOT SURELOG_USE_HOST_UHDM)
target_link_libraries(uhdm PRIVATE stdc++fs)
endif()
target_link_libraries(surelog PRIVATE stdc++fs)
target_link_libraries(surelog PRIVATE rt)
endif()

Expand Down

0 comments on commit 97e3ae6

Please sign in to comment.