Modify ↓
Opened 12 years ago
Closed 12 years ago
#92 closed defect (fixed)
pcitool does not add include paths
Reported by: | Matthias Vogelgesang | Owned by: | Suren A. Chilingaryan |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | pcilib | Version: | |
Keywords: | Cc: | Suren A. Chilingaryan |
Description
Although the fastwriter dependencies are checked, the include paths returned by pkg-config
are never added during configuration. Therefore, pcitool cannot be built.
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Actually the whole
CMakeLists.txt
is a total mess. You are usingpkg-config
only to find out, if a dependency is installed but you don't add the include paths nor do you link against the library name as reported bypkg-config
. This totally defeats the purpose ofpkg-config
.