diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-27 06:20:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-05-27 06:22:04 +0200 |
commit | 75501dca9304c9ca691cc20aafc647d721c17218 (patch) | |
tree | 23c3f2799583b6d10605c2785f262baf10bf8d5c /cmake/opentrack-platform.cmake | |
parent | a8ad3077437e954ab65ba472ea11a4bacd86b8f9 (diff) |
cmake: add pkgconfig for Linux
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r-- | cmake/opentrack-platform.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake index f54e4112..1141eac8 100644 --- a/cmake/opentrack-platform.cmake +++ b/cmake/opentrack-platform.cmake @@ -156,5 +156,5 @@ if(MINGW) endif() if(UNIX AND NOT APPLE) - include(FindPkgConfig) + include(opentrack-pkg-config) endif() |