[aseprite] 252/308: OS X: fix clang compile error over non-existent simpleini lib

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:16 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 d190b8885434e9f29484ad9b6ca4a812fa361a80
Author: Fabio Arnold <fabio at fabioarnold.de>
Date:   Sun Feb 21 01:03:10 2016 +0100

    OS X: fix clang compile error over non-existent simpleini lib
---
 CMakeLists.txt         | 1 -
 src/cfg/CMakeLists.txt | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e561c52..8d3246c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -270,7 +270,6 @@ endif()
 include_directories(${LIBCURL_INCLUDE_DIR})
 
 # simpleini
-set(SIMPLEINI_LIBRARY simpleini)
 include_directories(${SIMPLEINI_DIR})
 
 ######################################################################
diff --git a/src/cfg/CMakeLists.txt b/src/cfg/CMakeLists.txt
index f93f81c..612f651 100644
--- a/src/cfg/CMakeLists.txt
+++ b/src/cfg/CMakeLists.txt
@@ -2,6 +2,3 @@
 # Copyright (c) 2014, 2015 David Capello
 
 add_library(cfg-lib cfg.cpp)
-
-target_link_libraries(cfg-lib
-  ${SIMPLEINI_LIBRARY})

-- 
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