Skip to content

Commit

Permalink
ur_calibration: Explicitly link to stdc++fs
Browse files Browse the repository at this point in the history
This seems to be necessary for older compilers (e.g. gcc 8.5 on RHEL8)
  • Loading branch information
fmauch committed Nov 23, 2022
1 parent 588c5b8 commit ddaecd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ur_calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ target_include_directories(calibration_correction
include
)
target_link_libraries(calibration_correction
stdc++fs
ur_client_library::urcl
)
target_link_libraries(calibration_correction
Expand Down

0 comments on commit ddaecd2

Please sign in to comment.