Skip to content

Commit

Permalink
CMakeLists.txt adding std++fs linking
Browse files Browse the repository at this point in the history
  • Loading branch information
jgalan committed May 24, 2022
1 parent 8b722e1 commit 1d9a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ find_package(ROOT REQUIRED COMPONENTS ${ROOT_REQUIRED_LIBRARIES})

message(STATUS "ROOT LIBRARIES: ${ROOT_LIBRARIES}")

set(external_libs "${external_libs};${ROOT_LIBRARIES}")
set(external_libs "${external_libs};${ROOT_LIBRARIES};stdc++fs")

set(ROOTCINT_EXECUTABLE ${ROOT_rootcint_CMD})

Expand Down

0 comments on commit 1d9a21c

Please sign in to comment.