[aseprite] 98/134: Remove a custom target for each file to copy

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:10:12 UTC 2015


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

thansen pushed a commit to branch master
in repository aseprite.

commit 3b7f52ea5d1b8cd4e8c0c6b317ed5e0fecb716ee
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Dec 2 11:22:20 2014 -0300

    Remove a custom target for each file to copy
---
 src/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b7b662f..1618447 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -222,8 +222,6 @@ endif()
 file(GLOB_RECURSE src_data_files
   RELATIVE ${CMAKE_SOURCE_DIR}/data/ "${CMAKE_SOURCE_DIR}/data/*.*")
 foreach(fn ${src_data_files})
-  string(MAKE_C_IDENTIFIER "copy_data_${fn}" copy_fn_target_name)
-  add_custom_target(${copy_fn_target_name})
   add_custom_command(
     OUTPUT ${CMAKE_BINARY_DIR}/bin/data/${fn}
     COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_SOURCE_DIR}/data/${fn} ${CMAKE_BINARY_DIR}/bin/data/${fn}

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