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:
authorJean-Louis Dupond <jean-louis@dupond.be>2012-10-13 02:06:09 +0400
committerJean-Louis Dupond <jean-louis@dupond.be>2012-10-13 02:06:09 +0400
commit1b2b8feaec308e1e4c0a01c867c677a8f4331bbf (patch)
treeea51875a067882fc5c44abc05900147384dc0b74 /CMakeLists.txt
parent7bda742146110d75f05852396a7f6584703577f5 (diff)
cmake: add WITH_TRANSLATIONS to disable generation .po files (Fixes: #23)
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 c65fe270c..32009861e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -30,6 +30,7 @@ include(GNUInstallDirs)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/)
include(FindOptionalPackage)
+include(ConfigOptions)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")