Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
proton-0.2
-
None
Description
E.g. cmake -DCMAKE_INSTALL_PREFIX=/path/to/non-standard/install && make install will install a pkg config file that doesn't have the include and lib directories set.
Also Cflags is set to -I${includedir} which breaks compilation even for a standard install if the includedir is not set.