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>2017-03-12 01:37:30 +0300
committerAntenore Gatta <antenore@simbiosi.org>2017-03-12 01:37:30 +0300
commit2e3b91708bdbd69f9ac28533716cccd718249d89 (patch)
tree3b9c0d0ac48893f9c73dfe5e5afe25bb1db0e71a /CMakeLists.txt
parent1286dcf35999dab2119be4fc6b9ddf90f16b4305 (diff)
100 columns is the maximum allowed
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71754400e..ebcc28cdc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,4 +207,5 @@ if(WITH_EXAMPLES)
add_definitions(-DWITH_EXAMPLES)
endif()
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_SOURCE_DIR}/config.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
+ ${CMAKE_CURRENT_SOURCE_DIR}/config.h)