#70419 closed enhancement (fixed)
libcryptopp: provide pkgconfig file
Reported by: | barracuda156 | Owned by: | raphael-st (Raphael Straub) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | libcryptopp |
Description
CMake does not find libcryptopp
, since it installs neither config.cmake nor a pc file. Could we have one?
Change History (4)
comment:1 follow-up: 4 Changed 4 months ago by jmroot (Joshua Root)
comment:2 Changed 4 months ago by raphael-st (Raphael Straub)
Status: | assigned → accepted |
---|
comment:3 Changed 4 months ago by raphael-st (Raphael Straub)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:4 Changed 4 months ago by raphael-st (Raphael Straub)
Replying to jmroot:
Looks like
libcryptopp.pc
is a separate makefile target, so appending that tobuild.target
should cause it to be built.
Thanks, that works!
Note: See
TracTickets for help on using
tickets.
Looks like
libcryptopp.pc
is a separate makefile target, so appending that tobuild.target
should cause it to be built.