From 951f51a066c703c33e9723fa786a7b60b3ae3d21 Mon Sep 17 00:00:00 2001 From: Lucas Stanek Date: Thu, 2 Mar 2017 03:12:47 +0000 Subject: [PATCH] Import FindPkgMacros to main CMake Configuration --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0e43fd87..99f799c74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -187,6 +187,7 @@ endif() INCLUDE_DIRECTORIES( include ) +INCLUDE (FindPkgMacros) INCLUDE (PrecompiledHeader) # If this is an in-source build (CMAKE_SOURCE_DIR == CMAKE_BINARY_DIR),