Skip to content

Commit

Permalink
ci: fix gh action error
Browse files Browse the repository at this point in the history
  • Loading branch information
molingyu committed Sep 7, 2024
1 parent 0616b9b commit 762c5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set_target_properties(test PROPERTIES
)

if (UNIX)
target_link_libraries(test rt)
target_link_libraries(test PRIVATE rt)
endif ()

# Special access to i18n-format internals for testing
Expand Down

0 comments on commit 762c5f6

Please sign in to comment.