From 347823998e056cad2e01d67e16bfa6628a22152b Mon Sep 17 00:00:00 2001 From: Tomas Chvatal Date: Sun, 30 Nov 2008 00:07:51 +0100 Subject: Update cmakelists so we dont have PN-PV but just PN --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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" ) -- cgit v1.2.3