Skip to content

Commit

Permalink
Don't Use fully qualified garget name
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt committed Nov 22, 2024
1 parent ed22179 commit faf14d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ target_link_libraries(
uv
PRIVATE
hwloc
nng::nng
nng
rt
Boost::interprocess
fmt::fmt-header-only
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ target_link_libraries(
gtest
pthread
fmt::fmt-header-only
nng::nng
nng
)
target_include_directories(
test_common
Expand Down

0 comments on commit faf14d4

Please sign in to comment.