[chrome-gnome-shell] cmake: formatted



commit a0fa100689af65ffdda3d85203110f48461b7f89
Author: Yuri Konotopov <ykonotopov gmail com>
Date:   Sun Mar 13 10:40:00 2016 +0300

    cmake: formatted

 CMakeLists.txt |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f7da847..32c34c4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,11 @@
 cmake_minimum_required (VERSION 2.8)
 project (chrome-gnome-shell NONE)
 
+# Suppress warning
+if(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
+       set(CMAKE_SIZEOF_VOID_P 8)
+endif(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
+
 set(PROJECT_VERSION "5.1")
 
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
@@ -24,10 +29,6 @@ if(NOT DEFINED(DEBIAN_DISTRO))
        set(DEBIAN_DISTRO "trusty")
 endif(NOT DEFINED(DEBIAN_DISTRO))
 
-# Suppress warning
-if(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
-       set(CMAKE_SIZEOF_VOID_P 8)
-endif(NOT DEFINED(CMAKE_SIZEOF_VOID_P))
 
 include(GNUInstallDirs)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]