summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2008-11-30 00:07:51 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2008-11-30 00:12:57 +0100
commit347823998e056cad2e01d67e16bfa6628a22152b (patch)
tree47f5443d60c3fa6fb3016f63ce6c0888b443270f /CMakeLists.txt
parentc8a8d3b8177804d23222db4925db53f4ba079060 (diff)
Update cmakelists so we dont have PN-PV but just PN
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
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" )