FreeBSD, opposed to most other sytems, does not install pkgconfig files to
lib/pkgconfig, but to libdata/pkgconfig.
Details
Details
- Reviewers
apol kfunk - Group Reviewers
FreeBSD - Commits
- R240:416c7e9facf9: Change default pkgconfig install path for FreeBSD
Diff Detail
Diff Detail
- Repository
- R240 Extra CMake Modules
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
modules/ECMGeneratePkgConfigFile.cmake | ||
---|---|---|
172–176 | matches -> MATCHES -- I'm surprised that actually works as-is. Also: Why not if (CMAKE_SYSTEM_NAME MATCHES ...) and switch the bodies inside the if & else branch to simplify? |