diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index edd3dfb..6a5c9bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,9 +35,9 @@ SET ( LIB_INSTALL_DIR "${CMAKE_LIB_PATH}" ) ############################################################################### PROJECT ( tuxanci C ) IF ( NOT Server ) - SET ( APPNAME "tuxanci-${TUXANCI_VERSION}") + SET ( APPNAME "tuxanci") ELSE ( NOT Server ) - SET ( APPNAME "tuxanci-server-${TUXANCI_VERSION}" ) + SET ( APPNAME "tuxanci-server" ) ENDIF ( NOT Server ) MESSAGE ( "<******************************>" ) MESSAGE ( "Configure for ${APPNAME} Started" ) |