[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [libkexiv2] /: Initialize cmake project after cmake_minimum_required was set
From:       Hannah von Reth <null () kde ! org>
Date:       2018-09-25 14:59:25
Message-ID: E1g4oo9-0002eH-PE () code ! kde ! org
[Download RAW message or body]

Git commit 2772f91f2a494ed1219f1bb7c6cf3e317892e3c4 by Hannah von Reth.
Committed on 25/09/2018 at 14:59.
Pushed by vonreth into branch 'master'.

Initialize cmake project after cmake_minimum_required was set

M  +5    -5    CMakeLists.txt

https://commits.kde.org/libkexiv2/2772f91f2a494ed1219f1bb7c6cf3e317892e3c4

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d3b585..d13ef27 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,11 +4,6 @@
 # Redistribution and use is allowed according to the terms of the BSD license.
 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 
-project(libkexiv2)
-
-message(STATUS "----------------------------------------------------------------------------------")
-message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}")
-
 set(CMAKE_MIN_VERSION   "3.0.0")
 set(ECM_MIN_VERSION     "1.1.0")
 set(REQUIRED_QT_VERSION "5.2.0")
@@ -16,6 +11,11 @@ set(EXIV2_MIN_VERSION   "0.24")
 
 cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION})
 
+project(libkexiv2)
+
+message(STATUS "----------------------------------------------------------------------------------")
+message(STATUS "Starting CMake configuration for: ${PROJECT_NAME}")
+
 # =======================================================
 # Information to update before to release this library.
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic