Skip to content

Commit

Permalink
try to fix build error in alma8
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury committed Oct 5, 2024
1 parent 15cc0e3 commit 887d89d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tree/treeviewer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ ROOT_STANDARD_LIBRARY_PACKAGE(TreeViewer
Gui
TreePlayer
)
if (CMAKE_COMPILER_IS_GNUCC AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS 9.0)
target_link_libraries(TreeViewer PUBLIC stdc++fs) # https://github.com/avast/retdec/issues/842
endif()

0 comments on commit 887d89d

Please sign in to comment.