Skip to content

Commit

Permalink
Merge pull request #226 from rest-for-physics/jgalan_build_fix
Browse files Browse the repository at this point in the history
CMakeLists.txt adding std++fs linking
  • Loading branch information
lobis authored May 25, 2022
2 parents 8b722e1 + 1d9a21c commit b4dd953
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 b4dd953

Please sign in to comment.