[aseprite] 202/308: Remove unused updater_lib variable in src/CMakeLists.txt

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 72338a6f26c67269be9666478f8549eaabe65541
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Feb 2 12:21:01 2016 -0300

    Remove unused updater_lib variable in src/CMakeLists.txt
---
 src/CMakeLists.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index ee0f694..3c03912 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,5 +1,5 @@
 # Aseprite
-# Copyright (C) 2001-2015  David Capello
+# Copyright (C) 2001-2016  David Capello
 
 ######################################################################
 # Common definitions for all Aseprite libraries/projects
@@ -37,10 +37,7 @@ if(MSVC)
 endif(MSVC)
 
 if(ENABLE_UPDATER)
-  set(updater_lib updater-lib)
   add_definitions(-DENABLE_UPDATER)
-else()
-  set(updater_lib)
 endif()
 
 # Directories where .h files can be found

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list