Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-07-19 13:17:42 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-07-19 13:17:42 +0300
commitce4bef66ef2faa36ba709b5d3b2277bad5e69cfe (patch)
treec9b7acd184147d98576693ca7263f93f2a070664 /CMakeLists.txt
parentba053f6d968501d1b7a61070aa69b8065ea2285c (diff)
Adding a new module that check for the existence of a module
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 818423678..761657d0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/)
include(FindOptionalPackage)
include(ConfigOptions)
include(GtkUpdateIconCache)
+include(CheckHasModule)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")