Skip to content

Commit

Permalink
ci: add "rt" library to fix build on older distros
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Oct 30, 2024
1 parent 63ffbfb commit b64a623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/SourceFiles.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
z
pthread
dl
rt
)

# Add dependencies to ensure external libraries are built
Expand Down

0 comments on commit b64a623

Please sign in to comment.