Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-09 | cmake: always install the pkg-config file (#193) | Eli Schwartz | |
There's really never a reason to *not* want this installed. If an option is needed to specify installing in a versioned subdirectory, this option should be explicitly described rather than hidden in something else. As an added bonus, this makes the CMake install code slightly *less* complicated. | |||
2016-09-20 | CMake: Simplify pkg-config support | Arseny Kapoulkine | |
Merge USEOWNSUBDIR and PKGCONFIG build flags; move the pkg-config source file to scripts/. |