From 44516902c97a08ca135c845650e57a4f277b88d9 Mon Sep 17 00:00:00 2001 From: Philip Rinn Date: Sat, 15 Aug 2015 20:56:52 +0200 Subject: [PATCH] Clean CMakeLists.txt from unneeded code (see #2861). This also suppresses warnings from CMake > 2.8.12 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55d8ef011..f69ba6cad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,5 @@ if (WIN32) cmake_minimum_required(VERSION 2.8.4) - cmake_policy(SET CMP0015 OLD) else (WIN32) cmake_minimum_required(VERSION 2.6) endif (WIN32) @@ -352,7 +351,6 @@ add_custom_target(AboutFile ALL COMMAND ${ABOUT_COMMAND_WITH_ARGS} COMMENT "Creating the about file") -add_dependencies(AboutFile Debug Release MinSizeRel RelWithDebInfo) ## END: Generating AboutThisBuild.txt install (FILES AUTHORS.txt DESTINATION "${CREDITSDIR}")