Remove PkgConfig dependence on Windows
All threads resolved!
All threads resolved!
PkgConfig
works properly only on Linux. On Windows, it is part of the MSYS2 platform and there is no guarantee that it works properly; it is also not necessary.
Instead of using PkgConfig
, a CMake module FindPkgVersionWin
is introduced to find the version of a package from a config file.
find_pkg_version_win
function is used to find the version of cerf
package under Windows.
Related to issue #133 (closed)
Edited by Ammar Nejati
Merge request reports
Activity
requested review from @j.wuttke
assigned to @a.nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
added 1 commit
- 403488c6 - CMake: Move `AssertLibraryFunction` and `FindPkgVersion` to `cmake/commons` folder
added 1 commit
- 52688f40 - CMake: Move `AssertLibraryFunction` and `FindPkgVersion` to `cmake/commons` folder
added 1 commit
- 6364fe0d - CMake: Add documentation to FindPkgVersion module
added 1 commit
- 304f7da9 - FindPkgVersion: Slightly improve code; rem unnecessary comments
added 1 commit
- 11099e9b - CMake: Rename 'FindPkgVersion' -> 'FindPkgVersionWin'
added 1 commit
- a5f8df0e - CMake: Rename 'FindPkgVersion' -> 'FindPkgVersionWin'
added 1 commit
- eccc16f0 - CMake: Rename 'FindPkgVersion' -> 'FindPkgVersionWin'
added 1 commit
- 350ffd3f - CMake: Rename 'FindPkgVersion' -> 'FindPkgVersionWin'
- Resolved by Ammar Nejati
- Resolved by Ammar Nejati
mentioned in commit ae7af93b
mentioned in issue #133 (closed)
Please register or sign in to reply