From 7d9865150a2770161ea16f734f991d40696f8049 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Mon, 29 Dec 2008 22:04:53 +0000 Subject: Edits to CPack-related part of CMake to not include Autotools-built files from a dirty source tree. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1884 5417fbe8-f217-4b02-8779-1006273d7864 --- src/bin/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/bin') diff --git a/src/bin/CMakeLists.txt b/src/bin/CMakeLists.txt index e6aea4ec4..9bdbb23dd 100644 --- a/src/bin/CMakeLists.txt +++ b/src/bin/CMakeLists.txt @@ -4,10 +4,8 @@ if(NOT WIN32) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/anoperc DESTINATION . ) - if(IN_SOURCE) - # Add anoperc to list of files for CPack to ignore - add_to_cpack_ignored_files("anoperc$") - endif(IN_SOURCE) + # Add anoperc to list of files for CPack to ignore + add_to_cpack_ignored_files("anoperc$") install(PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/mydbgen DESTINATION data ) -- cgit