From a31409184966dcc1de6fda905d334337b9acad2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Offringa?= <offringa@gmail.com>
Date: Wed, 5 Sep 2018 10:09:57 +0200
Subject: [PATCH] Increasing version for fix

---
 src/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index eadc3a24..d6739e3f 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -304,8 +304,7 @@ else()
 endif(GTKMM_FOUND)
 
 add_executable(aoflagger-bin aoflagger.cpp)
-set_target_properties(aoflagger-bin
-  PROPERTIES OUTPUT_NAME aoflagger)
+set_target_properties(aoflagger-bin PROPERTIES OUTPUT_NAME aoflagger)
 
 add_executable(msinfo msinfo.cpp)
 
@@ -319,6 +318,7 @@ add_executable(aotest EXCLUDE_FROM_ALL aotest.cpp)
 add_test(aotest aotest)
 add_custom_target(check COMMAND aotest DEPENDS aotest)
 
+# Installation commands
 if(GTKMM_FOUND)
 	install (TARGETS rfigui aoqplot DESTINATION bin)
 endif(GTKMM_FOUND)
-- 
GitLab