From 75501dca9304c9ca691cc20aafc647d721c17218 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 May 2018 06:20:10 +0200 Subject: cmake: add pkgconfig for Linux --- cmake/opentrack-platform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/opentrack-platform.cmake') 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() -- cgit v1.2.3