diff options
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() |