Skip to content

Commit

Permalink
fix build: fix pugixml target name
Browse files Browse the repository at this point in the history
Tests: протестировано CI

Pull Request resolved: #739
commit_hash:3bd78bb59fa9914982ad1110ea0c9a5f38485ca9
  • Loading branch information
apolukhin authored and fdr400 committed Oct 31, 2024
1 parent 11f12c4 commit 149a327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/s3api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ find_package(Pugixml REQUIRED)

userver_module(lib-s3api
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}"
LINK_LIBRARIES_PRIVATE pugixml
LINK_LIBRARIES_PRIVATE Pugixml
UTEST_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/src/*_test.cpp"
)

Expand Down

0 comments on commit 149a327

Please sign in to comment.