From b14befc77cb5c8214db38bf71c4e9051028bda57 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 10 Mar 2025 13:10:13 +0000 Subject: [PATCH] Fix an outdated comment. --- src/tools/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index c029f9177..249a036ad 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -27,7 +27,7 @@ foreach(SRC ${TOOLS_SRCS}) endif() endforeach() -# If not on Windows, generate anoperc and install it along with mydbgen +# If not on Windows, generate anope.service and anoperc if(NOT WIN32) if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux") configure_file(${Anope_SOURCE_DIR}/src/tools/anope.service.in ${Anope_BINARY_DIR}/src/tools/anope.service)