diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:18:03 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:02 +0000 |
commit | c3ab38811523d73e49356940c60dfd8dec32fb01 (patch) | |
tree | 2afec5ba55a6100d44c5243ac8ebefb01acc65be /CMakeLists.txt | |
parent | a2d95263789b2c4830e96e4abe3e82ee31aea050 (diff) |
Use the binary name "anope" on all platforms.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 974988b67..3b06bf1f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,13 +101,7 @@ if(CMAKE_DL_LIBS) endif(CMAKE_DL_LIBS) if(NOT PROGRAM_NAME) - # Under Windows, we set the executable name for Anope to be anope - if(WIN32) - set(PROGRAM_NAME anope) - # Under *nix, we set the executable name for Anope to be services - else(WIN32) - set(PROGRAM_NAME services) - endif(WIN32) + set(PROGRAM_NAME anope) endif(NOT PROGRAM_NAME) # If we are not using Visual Studio, we'll run the following checks |