summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
committerAdam <Adam@anope.org>2010-10-05 19:46:33 -0400
commit9ab50eedf26f2eb7f3e3d0bc66b41482bd19cba6 (patch)
tree64a3ee002ae87f498837bcbd22d4867832c74813 /src/CMakeLists.txt
parent64a3bda2356f7396e3d6457359ae1f1ce7bf0325 (diff)
Fixed restarting Anope when it is started from outside of the services binary dir
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index f1096c6f8..a9f77f40b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -88,7 +88,6 @@ add_dependencies(${PROGRAM_NAME} language headers)
# Get the filename of the Anope executable as it is in on this system
get_target_property(SERVICES_BINARY ${PROGRAM_NAME} LOCATION)
get_filename_component(SERVICES_BINARY ${SERVICES_BINARY} NAME)
-set(SERVICES_BIN "${SERVICES_BINARY}")
# Add the Anope executable to the list of files for CPack to ignore
add_to_cpack_ignored_files("${SERVICES_BINARY}$" TRUE)