Skip to content

Commit

Permalink
Add libclang-cpp dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Dec 8, 2024
1 parent b9409b2 commit f828a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/packaging/cpack.DEB-ubuntu.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set (CPACK_GENERATOR DEB)
set (CPACK_DEBIAN_PACKAGE_MAINTAINER ${CPACK_PACKAGE_CONTACT})
set (CPACK_DEBIAN_PACKAGE_DESCRIPTION ${PROJECT_DESCRIPTION})

set (CPACK_DEBIAN_PACKAGE_DEPENDS "libllvm${LLVM_VERSION_MAJOR}, libxml2, libsqlite3-0")
set (CPACK_DEBIAN_PACKAGE_DEPENDS "libclang-cpp${LLVM_VERSION_MAJOR}, libllvm${LLVM_VERSION_MAJOR}, libxml2, libsqlite3-0")

0 comments on commit f828a0d

Please # to comment.