Skip to content

Commit

Permalink
fix build: add pugixml library name for macos
Browse files Browse the repository at this point in the history
commit_hash:ac21c19de69fa4284bbf17292b436bad266108e2
  • Loading branch information
fdr400 committed Oct 30, 2024
1 parent d54008a commit 6360a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindPugixml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _userver_module_find_include(
)

_userver_module_find_library(
NAMES pugixml
NAMES pugixml libpugixml
)

_userver_module_end()

0 comments on commit 6360a2a

Please sign in to comment.