From 8617ae9ca4a78ca0b21848bce42c5a4cd76c67b3 Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Wed, 14 Aug 2019 16:39:27 +0200 Subject: [PATCH] Move FoundCairo module include where is referenced --- CMakeLists.txt | 1 - libfreerdp/CMakeLists.txt | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e8f11dcf..53d9ab5e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,7 +73,6 @@ include(CMakePackageConfigHelpers) include(InstallFreeRDPMan) include(GetGitRevisionDescription) include(SetFreeRDPCMakeInstallDir) -include(FindCairo) # Soname versioning set(BUILD_NUMBER 0) diff --git a/libfreerdp/CMakeLists.txt b/libfreerdp/CMakeLists.txt index eec2ca43b..05cc54d90 100644 --- a/libfreerdp/CMakeLists.txt +++ b/libfreerdp/CMakeLists.txt @@ -18,6 +18,9 @@ set(MODULE_NAME "freerdp") set(MODULE_PREFIX "FREERDP") +# CMake modules includes +include(FindCairo) + # Create imported targets for Intel IPP libraries if(IPP_FOUND)