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)